Skip to main content
SportsTypeScript

r-huijts/firstcycling-mcp

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

sportscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/r-huijts/firstcycling-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Sports
Language
TypeScript
Author
r-huijts