wc26-mcp
Ask your AI anything about the 2026 World Cup and get real answers. 18 tools covering matches, teams, venues, city guides, fan zones, head-to-head records, visa info, news, injuries, odds, standings, knockout bracket, and more. All data ships with the package. Zero API keys, zero external dependencies.
Works with Claude Desktop · Claude Code · Cursor · Windsurf · ChatGPT · Telegram · any MCP client
Website | npm | ChatGPT GPT | Telegram Bot | MCP Registry
Quick Start
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wc26": {
"command": "npx",
"args": ["-y", "wc26-mcp"]
}
}
}Claude Code
claude mcp add wc26 -- npx -y wc26-mcpCursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"wc26": {
"command": "npx",
"args": ["-y", "wc26-mcp"]
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"wc26": {
"command": "npx",
"args": ["-y", "wc26-mcp"]
}
}
}





