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
By r-huijts
Installation
npx -y firstcycling-mcpConfiguration
{
"mcpServers": {
"firstcycling-mcp": {
"command": "npx",
"args": ["-y", "firstcycling-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes