Best for
- Developers working in the terminal during matches who want scores at a glance
- Claude Code or Cursor CLI users wanting a football statusline
- MCP users who want key-free, zero-signup sports data
Claudinho is a thoughtfully built unofficial World Cup scores MCP server: key-free, offline schedules, multilingual, with multiple surfaces (CLI/statusline/hook/MCP). Privacy-wise it collects no personal data, and security-wise it's stdio-only with two read-only outbound hosts. Great for fan-developers during the 2026 tournament; it relies on third-party live data, and its value fades after the event.
Claudinho is an independent, open-source fan project (MIT, not affiliated with FIFA or Anthropic) delivering live 2026 men's World Cup scores, fixtures, and standings through an MCP server, a CLI, and Claude Code / Cursor CLI statuslines. No API key or signup required; all 104 fixtures ship bundled for offline schedules. Live data comes from ESPN's public scoreboard with attribution, and market signals from Polymarket (informational only). The MCP server runs over stdio with 9 read-only tools plus my_team / tournament_today prompts, supports en/es/pt/fr, and offers optional timezone and commentary-flavor settings.
Distributed via npm (@claudinho/mcp). Claude Code: install @claudinho/cli and run claudinho init claude (backs up ~/.claude/settings. first), or run claude mcp add claudinho -- npx -y @claudinho/mcp. Cursor: claudinho init cursor, or add {"mcpServers":{"claudinho":{"command":"npx","args":["-y","@claudinho/mcp"]}}} to ~/.cursor/mcp. or a project .cursor/mcp.. Codex CLI: codex mcp add claudinho -- npx -y @claudinho/mcp. Other MCP clients use the same stdio config. Restart your agent session. Optional env: CLAUDINHO_LANG (en/es/pt/fr), CLAUDINHO_TZ (IANA timezone), CLAUDINHO_FLAVOR (off/subtle/full), CLAUDINHO_MARKETS (off to hide market signals).
{"mcpServers":{"claudinho":{"command":"npx","args":["-y","@claudinho/mcp"]}}}