Local file tools for agents: documents, PDFs, images, QR codes. Nothing is uploaded.
claude mcp add ezpzfile -- npx -y ezpzfile-mcp
claude_desktop_config.json
{
"mcpServers": {
"ezpzfile": {
"command": "npx",
"args": [
"-y",
"ezpzfile-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ezpzfile": {
"command": "npx",
"args": [
"-y",
"ezpzfile-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ezpzfile": {
"command": "npx",
"args": [
"-y",
"ezpzfile-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ezpzfile": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ezpzfile-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ezpzfile": {
"command": "npx",
"args": [
"-y",
"ezpzfile-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.ezpzfile--ezpzfile/reviews or the review_server meta-tool.
POST /mcp