Privacy-first file tools for AI agents — PDF & image ops, metadata scrubbing, background removal.
claude mcp add filewash -- npx -y @fixpixel/filewash-api
claude_desktop_config.json
{
"mcpServers": {
"filewash": {
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"filewash": {
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"filewash": {
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"filewash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"filewash": {
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.cassilup--filewash/reviews or the review_server meta-tool.
POST /mcp