MCP Funnel
Rank #6,181io.github.chris-schra/mcp-funnel
MCP server providing funnel capabilities
MCP Funnel is a Model Context Protocol (MCP) server published by chris-schra. It ranks #6,181 of 132,046 servers tracked on MCP Toplist, and its repository has 156 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 125,865 of 132,046 servers on MCP Toplist.
Use MCP Funnel
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-funnel -e "MCP_FUNNEL_CONFIG=<your MCP_FUNNEL_CONFIG>" -- npx -y mcp-funnelReplace each placeholder with your own value before saving.
[mcp_servers.mcp-funnel]
command = "npx"
args = ["-y", "mcp-funnel"]
[mcp_servers.mcp-funnel.env]
MCP_FUNNEL_CONFIG = "<your MCP_FUNNEL_CONFIG>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<your MCP_FUNNEL_CONFIG>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<your MCP_FUNNEL_CONFIG>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-funnel": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<your MCP_FUNNEL_CONFIG>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<your MCP_FUNNEL_CONFIG>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-funnel": {
"command": "npx",
"args": [
"-y",
"mcp-funnel"
],
"env": {
"MCP_FUNNEL_CONFIG": "<your MCP_FUNNEL_CONFIG>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.chris-schra%2Fmcp-funnel)<a href="https://mcptoplist.com/server/io.github.chris-schra%2Fmcp-funnel"><img src="https://mcptoplist.com/badge/io.github.chris-schra%2Fmcp-funnel.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
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
- 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 listed on the Official MCP Registry?
- 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.