Cycle Tracker for Claude Desktop
io.github.thisisbankole/cycle-tracker
Live UK bike-share availability: nearby bikes and stations, popular stations, 90-day history.
client:Claude Desktop
transport:streamable-http
tools:5
Install Cycle Tracker in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"cycle-tracker": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://cycle.arrakis.house/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs