Back to MCP Servers

Firstcycling

Access cycling race data, results, and statistics through natural language. Features include retrieving start lists, race results, and rider information from firstcycling.com.

sports

Installation

npx -y firstcycling-mcp

Configuration

{
  "mcpServers": {
    "firstcycling-mcp": {
      "command": "npx",
      "args": ["-y", "firstcycling-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub