wc26 for Cursor
io.github.jordanlyall/wc26
FIFA World Cup 2026 data: matches, teams, venues, city guides, fan zones, and more.
client:Cursor
transport:stdio
runtime:npm
Install wc26 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"wc26": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wc26-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs