PluginBench
MCP Server
Active
MIT

io.github.arturogarrido/claudinho MCP Server

io.github.arturogarrido/claudinho

What is the io.github.arturogarrido/claudinho MCP server?

Live 2026 World Cup scores, fixtures & standings for your AI agent. No keys. Unofficial fan project.

How to install io.github.arturogarrido/claudinho

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • CLAUDINHO_LANG

    UI language: en, es, pt, or fr (optional; default en)

  • CLAUDINHO_TZ

    IANA timezone for kickoff times, e.g. America/Mexico_City (optional; default system)

  • CLAUDINHO_FLAVOR

    Commentary flair: off, subtle, or full (optional; default full)

  • CLAUDINHO_MARKETS

    Set to 'off' to hide read-only prediction-market signals (optional; informational only)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "env": {
        "CLAUDINHO_LANG": "<YOUR_CLAUDINHO_LANG>",
        "CLAUDINHO_TZ": "<YOUR_CLAUDINHO_TZ>",
        "CLAUDINHO_FLAVOR": "<YOUR_CLAUDINHO_FLAVOR>",
        "CLAUDINHO_MARKETS": "<YOUR_CLAUDINHO_MARKETS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "env": {
        "CLAUDINHO_LANG": "<YOUR_CLAUDINHO_LANG>",
        "CLAUDINHO_TZ": "<YOUR_CLAUDINHO_TZ>",
        "CLAUDINHO_FLAVOR": "<YOUR_CLAUDINHO_FLAVOR>",
        "CLAUDINHO_MARKETS": "<YOUR_CLAUDINHO_MARKETS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "claudinho": {
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "env": {
        "CLAUDINHO_LANG": "<YOUR_CLAUDINHO_LANG>",
        "CLAUDINHO_TZ": "<YOUR_CLAUDINHO_TZ>",
        "CLAUDINHO_FLAVOR": "<YOUR_CLAUDINHO_FLAVOR>",
        "CLAUDINHO_MARKETS": "<YOUR_CLAUDINHO_MARKETS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "claudinho": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "env": {
        "CLAUDINHO_LANG": "<YOUR_CLAUDINHO_LANG>",
        "CLAUDINHO_TZ": "<YOUR_CLAUDINHO_TZ>",
        "CLAUDINHO_FLAVOR": "<YOUR_CLAUDINHO_FLAVOR>",
        "CLAUDINHO_MARKETS": "<YOUR_CLAUDINHO_MARKETS>"
      }
    }
  }
}
Claude Code
claude mcp add claudinho --env CLAUDINHO_LANG=<YOUR_CLAUDINHO_LANG> --env CLAUDINHO_TZ=<YOUR_CLAUDINHO_TZ> --env CLAUDINHO_FLAVOR=<YOUR_CLAUDINHO_FLAVOR> --env CLAUDINHO_MARKETS=<YOUR_CLAUDINHO_MARKETS> -- npx -y @claudinho/mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →