mcpbeat Sign in

MCP Sport MCP Server

by andrequeiroz2 Your server? Claim it
local only

MCP Sport runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

MCP server that exposes Formula 1 data from the OpenF1 API.

Installs / week
pypi · mcp-sport
0
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check MCP Sport every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 mcp-sport -- uvx mcp-sport
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-sport": {
      "args": [
        "mcp-sport"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-sport]
command = "uvx"
args = ["mcp-sport"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-sport": {
      "args": [
        "mcp-sport"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-sport": {
      "args": [
        "mcp-sport"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Sport

same job, measured the same way
F1
by pipeworx-io

F1 MCP — Formula 1 data via the Ergast API

40 tools answering
MCP Python Bitcoinlib
by daedalus

An MCP server that exposes the python-bitcoinlib API

61 installs/wk local only
MCP Redis Server
by daedalus

MCP server that exposes Redis API to AI models

54 installs/wk local only
Btcmcp
by iworkist

An MCP server that provides Bitcoin price data from Binance API

67 installs/wk local only
Sayou Opendart MCP
by kcw2034-sayouzone

An MCP server that provides OpenDart API

60 installs/wk local only
MCP Opendart Server
by kcw2034-sayouzone

An MCP server that provides OpenDart API

local only
Sorsa MCP
by sorsa-io

MCP server for the Sorsa.io X/Twitter data API

28 installs/wk local only
Tmdb MCP Server
by tcehjaava

MCP server for The Movie Database (TMDB) API

66 installs/wk local only

MCP Sport — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Sport?
MCP Sport 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 pypi package mcp-sport.
How do I connect MCP Sport?
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 mcp-sport straight from pypi; nothing to host, nothing to sign up for.
Is MCP Sport open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.