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.
Quick Start
Clone the repository:
git clone https://github.com/r-huijts/firstcycling-mcpClaude Desktop configuration example:
{
"mcpServers": {
"firstcycling-mcp": {
"command": "npx",
"args": [
"-y",
"r-huijts/firstcycling-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.