Filter
Freeby MCP Community
MCP server proxy to filter tools, resources, and prompts from upstream MCP servers
v1.1.3Added Apr 12, 2026
mcpmodel-context-protocolproxyfilter
Filter MCP Server
MCP server proxy to filter tools, resources, and prompts from upstream MCP servers
Installation
Reviews
Installation
Quick install
npx -y mcp-filter
Add to claude_desktop_config.json
{
"mcpServers": {
"filter": {
"command": "npx",
"args": ["-y", "mcp-filter"]
}
}
}