Proxy
Freeby MCP Community
MCP Proxy Gateway - Intelligent proxy that reduces token usage by exposing only mcp_search and mcp_call
v1.10.0Added Apr 12, 2026
mcpproxygatewaytoken-reductionllm
Proxy MCP Server
MCP Proxy Gateway - Intelligent proxy that reduces token usage by exposing only mcp_search and mcp_call
Installation
Reviews
Installation
Quick install
npx -y @arvoretech/mcp-proxy
Add to claude_desktop_config.json
{
"mcpServers": {
"proxy": {
"command": "npx",
"args": ["-y", "@arvoretech/mcp-proxy"]
}
}
}