Tool Search
Freeby MCP Community
MCP proxy that reduces Claude context token usage by ~85-96% via lazy tool loading. Works with Claude Code, Claude Desktop, and any MCP client.
v1.5.0Added Apr 12, 2026
mcpmodel-context-protocolclaudeclaude-codeclaude-desktop
Tool Search MCP Server
MCP proxy that reduces Claude context token usage by ~85-96% via lazy tool loading. Works with Claude Code, Claude Desktop, and any MCP client.
Installation
npx -y mcp-tool-search
Reviews
Installation
Quick install
npx -y mcp-tool-search
Add to claude_desktop_config.json
{
"mcpServers": {
"tool-search": {
"command": "npx",
"args": ["-y", "mcp-tool-search"]
}
}
}