HTTP API + MCP server for Chelaile (车来了) realtime bus data, with GitHub-hosted static datasets
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chelaile-api-server": {
"command": "npx",
"args": [
"-y",
"Justintunsday/chelaile-api-server"
]
}
}
}
Run in terminal:
claude mcp add chelaile-api-server npx -y Justintunsday/chelaile-api-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"chelaile-api-server": {
"command": "npx",
"args": [
"-y",
"Justintunsday/chelaile-api-server"
]
}
}
}