Home › Other › mcp-funnel

mcp-funnel

MCP proxy that aggregates multiple servers with tool filtering and customization

TypeScript
★ 156 stars Last pushed 2025-11-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.6)

npx -y mcp-funnel@0.0.6

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-funnel": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel@0.0.6"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<YOUR_VALUE>"
      }
    }
  }
}
  • MCP_FUNNEL_CONFIG — Alternative way to specify config file path

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry