mcp-football-server
MCP Football Server
Documentation
MCP Football Server
MCP Football Server is a lightweight Model Context Protocol (MCP) tool server that provides football (soccer) data to clients and AI assistants via API-Football. Designed for sports analysts and general users, it enables real-time access to fixtures, standings, teams, players, and more.
Features
MCP Football Server exposes a suite of tools that an AI or application can call to fetch football data. Key features include:
- Fixtures by date
- League standings
- Team and player info
- Transfers, injuries, head-to-head
- Easy integration with MCP clients
Setup (Local Server)
1. Clone & install dependencies
git clone https://github.com/yalmeidarj/mcp-football-server.git
cd mcp-football-server
npm install2. Start in development
npm run dev3. Or build for production
npm run build
npm startThe server communicates via STDIN/STDOUT using MCP JSON-RPC.
The build step transpiles source files into the build/ directory, and npm start runs the compiled server
GitHub.
After building, you can also use the football command (defined as a binary in the package) to start the server
GitHub.
Client Setup (Claude Desktop)
To use with Claude Desktop:
- Add the following to your `claude_desktop_config.json`:
{
"mcpServers": {
"football": {
"command": "node",
"args": ["/build/main.js"],
"env": {
"RAPIDAPI_KEY": "",
"RAPIDAPI_HOST": "api-football-v1.p.rapidapi.com"
}
}
}
}Claude will launch the server automatically and use its tools for football-related queries.
Tech Stack
- Node.js + TypeScript
- MCP SDK for stdio-based tool serving
- node-fetch for API calls
- Zod for parameter validation
License
Released under the ISC License.
Frequently asked questions
What is mcp-football-server?
mcp-football-server is MCP Football Server
How do I install mcp-football-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-football-server open source?
Yes — it is hosted on GitHub at https://github.com/yalmeidarj/mcp-football-server and has 3 stars.
Related MCP tools
Model Context Protocol Servers
The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
MCP server to provide Figma layout information to AI coding agents like Cursor
The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Instant is the best backend for AI-coded apps. You get auth, permissions, storage, presence, and streams — everything you need to ship apps your users will love.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP