mcpbeat Sign in

Openfoot MCP Server

by bartokulus Your server? Claim it
local only

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

Football fixtures, standings, lineups, live events and shot-level xG across 75 competitions.

Installs per day peak 266 · avg 17
a month agotoday
34
Installs / week
npm · openfoot-mcp
0
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Openfoot MCP 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 openfoot-mcp -- npx -y openfoot-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openfoot-mcp": {
      "args": [
        "-y",
        "openfoot-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openfoot-mcp]
command = "npx"
args = ["-y", "openfoot-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "openfoot-mcp": {
      "args": [
        "-y",
        "openfoot-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openfoot-mcp": {
      "args": [
        "-y",
        "openfoot-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENFOOT_API_KEY (OpenFoot API key. Free tier at https://openfootapi.com/pricing). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Openfoot MCP

same job, measured the same way
Football Data
by pipeworx-io

Football-Data.org MCP — soccer competitions, matches, standings

36 tools answering
Fantasy Football Manager
by krmisystems

ESPN draft and lineup analysis for Codex and MCP clients. Live actions use the ESPN companion.

local only
Sportscore MCP
by backspace-me

Live scores, standings, top scorers, brackets for football, basketball, cricket, tennis. Free API.

119 installs/wk local only
Caelian
by mananmodi-product

Live competitive intelligence for B2B teams — signals, threat rankings, and revenue-driving actions.

22 installs/wk local only
Conventions MCP
by fedgeno

Memory for coding conventions and standing instructions that persists across sessions.

149 installs/wk local only
Appskyline
by appskyline

Track app-store rankings, history, listing metadata, reviews and competitors across four stores.

14 tools answering
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
Preuve AI Market Research
by preuve

Market research and competitive intelligence for startup ideas - every finding source-linked.

answering

Openfoot MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Openfoot MCP?
Openfoot MCP 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 openfoot-mcp was installed 34 times last week.
How do I connect Openfoot MCP?
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 openfoot-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Openfoot MCP?
The npm package openfoot-mcp was installed 34 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Openfoot MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.