mcp-tool-filter

Portkey-AI/mcp-tool-filter
★ 41 stars TeX 🤖 AI/LLM Updated 13d ago
Ultra-fast semantic tool filtering for MCP (Model Context Protocol) servers using embedding similarity. Reduce your tool context from 1000+ tools down to the most relevant 10-20 tools in under 10ms.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-filter": {
      "command": "npx",
      "args": [
        "-y",
        "Portkey-AI/mcp-tool-filter"
      ]
    }
  }
}