MCP Funnel
Rank #3125pulsemcp/funnel
TypeScript-based proxy server that aggregates multiple MCP servers while dramatically reducing context token usage through intelligent tool filtering and dynamic discovery, exposing only 3-4 core tools instead of hundreds to enable AI assistants to search for and dynamically enable only the tools they need at runtime.
MCP Funnel is a Model Context Protocol (MCP) server published by chris-schra. It ranks #3125 of 58,900 servers tracked on MCP Toplist, and its repository has 153 GitHub stars. MCP Funnel is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Sep 13, 2025 and most recently updated on Sep 17, 2025.
Ranks ahead of 55,775 of 58,900 servers on MCP Toplist.
Use MCP Funnel
Add MCP Funnel to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel"
]
}
}
}Listed on 2 registries
chris-schra
Available versions (3)
| Version | Published |
|---|---|
| 0.0.7 | Sep 17, 2025 |
| 0.0.6 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MCP Funnel?
- TypeScript-based proxy server that aggregates multiple MCP servers while dramatically reducing context token usage through intelligent tool filtering and dynamic discovery, exposing only 3-4 core tools instead of hundreds to enable AI assistants to search for and dynamically enable only the tools they need at runtime.
- Who maintains MCP Funnel?
- MCP Funnel is maintained by chris-schra, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is MCP Funnel an official MCP server?
- Yes — MCP Funnel is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Funnel have?
- MCP Toplist tracks 3 versions of MCP Funnel, most recently published on Sep 17, 2025.
- Where can I find the source code for MCP Funnel?
- The source code for MCP Funnel is hosted at github.com/chris-schra/mcp-funnel.