mcpbeat Sign in

Claudinho MCP Server

by arturogarrido Your server? Claim it
local only

Claudinho runs on your own machine — the client starts it, so there is no endpoint to ping. 444 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 183 · avg 36 · +496% w/w
a month agotoday
444
Installs / week
npm · @claudinho/mcp
28
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      const res = spawnSync(cmd, args, {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add claudinho -- npx -y @claudinho/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "claudinho": {
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.claudinho]
command = "npx"
args = ["-y", "@claudinho/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "claudinho": {
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "claudinho": {
      "args": [
        "-y",
        "@claudinho/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLAUDINHO_LANG (Locale for dates, attribution, and commentary: 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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Claudinho

same job, measured the same way
World Cup 2026 Tour
by abaiii168

Free MCP server for World Cup 2026 fixtures, local kickoff times, and Dataset JSON-LD.

local only
Turnale
by turnale

Run racket-sport tournaments from your AI assistant: fair draws, scores, live standings.

30 tools answering
Flywizz
by victorlane

Search Wizz Air flights from your AI agent. Unofficial.

408 installs/wk local only
Finance MCP
by adityasbisht

Live stock, crypto, SEC filings, FX and macro data for LLM agents. No API keys.

local only
Flyan
by victorlane

Search Ryanair flights from your AI agent. Unofficial.

212 installs/wk local only
Quillen
by quillen

Guarded agent surface for X & LinkedIn: discover, score, and draft in your voice. No key can post.

answering
Stateark
by askrion

Local-first version control for AI work. Savepoint and resume your project state across chats.

84 installs/wk local only
Umtri
by umtri

Give your AI agent a persistent map of your project's structure, dependencies, and bugs.

38 installs/wk answering

Claudinho — questions

Answers built from our own checks of this server.

Why is there no uptime for Claudinho?
Claudinho runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @claudinho/mcp was installed 444 times last week.
How do I connect Claudinho?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @claudinho/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Claudinho?
The npm package @claudinho/mcp was installed 444 times in the last week. Week over week that is +496%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Claudinho open source?
Yes — it is published under the MIT licence, written in TypeScript, 28 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.