claudinho for Cursor
io.github.arturogarrido/claudinho
Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project.
client:Cursor
transport:stdio
runtime:npm
Install claudinho in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudinho": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@claudinho/mcp"
],
"env": {
"CLAUDINHO_LANG": "<CLAUDINHO_LANG>",
"CLAUDINHO_TZ": "<CLAUDINHO_TZ>",
"CLAUDINHO_FLAVOR": "<CLAUDINHO_FLAVOR>",
"CLAUDINHO_MARKETS": "<CLAUDINHO_MARKETS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs