Livescore MCP Server

Free [Model Context Protocol](https://modelcontextprotocol.io/) server for real-time football scores, fixtures, team stats, and player data from

Local serverstdioGo

What is the Livescore MCP MCP server?

If you already use Livescore MCP, the livescore mcp mcp server is the piece that lets your assistant work with it directly. Free Model Context Protocol server for real-time football scores, fixtures, team stats, and player data from 1000+ leagues worldwide.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • get_live_scores — Currently live matches with real-time scores and minute-by-minute updates
  • get_fixtures — Competition fixtures (Champions League, Europa League, World Cup, etc.)
  • get_league_fixtures — League-specific fixtures (e.g. Eredivisie, Premier League)
  • get_day_fixtures — All fixtures for a specific date
  • get_match — Detailed match info with events, lineups, stats, and head-to-head data
  • get_team — Team details including squad and statistics
  • get_player — Player profiles with career stats
  • get_team_image — Team logo URL
  • search — Search teams, players, or competitions by name
  • health — Connectivity check

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Livescore MCP's toolset — get_live_scores, get_fixtures, get_league_fixtures and 7 more — is a fair guide to whether it matches your workflow. It is maintained by holoduke; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Livescore MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Livescore MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
get_live_scoresCurrently live matches with real-time scores and minute-by-minute updates
get_fixturesCompetition fixtures (Champions League, Europa League, World Cup, etc.)
get_league_fixturesLeague-specific fixtures (e.g. Eredivisie, Premier League)
get_day_fixturesAll fixtures for a specific date
get_matchDetailed match info with events, lineups, stats, and head-to-head data
get_teamTeam details including squad and statistics
get_playerPlayer profiles with career stats
get_team_imageTeam logo URL
searchSearch teams, players, or competitions by name
healthConnectivity check

Example prompts to try

  • Use Livescore MCP to get live scores.
  • Use Livescore MCP to get fixtures.
  • Use Livescore MCP to get league fixtures.

Frequently asked questions

It connects Livescore MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (get_live_scores, get_fixtures, get_league_fixtures, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Livescore MCP directly.