drio
Open app

MCPs for sports

Source

An MCP server for real-time sports.

Catalog onlyCatalog onlySTDIO

Overview

MCPs for Sports is a server that provides real-time sports-related data, including statistics and live game information suitable for fantasy sports and betting applications.

To use MCPs for Sports, developers can integrate the server with their applications by accessing the provided API endpoints for retrieving live data and statistics.

  • Access to real-time game stats and scores - Fantasy sports integration - Betting odds and information
  1. Building fantasy sports applications that require real-time data feeds.
  2. Developing betting platforms that utilize live sports statistics.
  3. Creating analytical tools that monitor game performances and player statistics.

Add to your AI client

Use these steps to connect MCPs for sports in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-sports-michaelfromyeg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-sports-michaelfromyeg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-sports-michaelfromyeg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-sports-michaelfromyeg": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-sports-michaelfromyeg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-sports-michaelfromyeg": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-sports-michaelfromyeg"
      ]
    }
  }
}

FAQ

What sports are covered by MCPs?

MCPs covers a variety of sports, including football, basketball, and more.

Is there a cost associated with using MCPs?

The service details regarding pricing can be found on the GitHub page.

How can I contribute to MCPs for Sports?

You can contribute by submitting pull requests or issues on the GitHub repository.