Skip to content
Cursor

mcp funnel for Cursor

io.github.chris-schra/mcp-funnel

MCP proxy that aggregates multiple servers with tool filtering and customization

client:Cursor transport:stdio runtime:npm

Install mcp funnel in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-funnel": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-funnel"
      ],
      "env": {
        "MCP_FUNNEL_CONFIG": "<MCP_FUNNEL_CONFIG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp funnel in other clients