chelaile-mcp

chelaile-mcp

MCP server for Chelaile realtime public transit data in China, including bus and metro arrivals, vehicle positions, nearby stops, timetables, and route planning. It runs locally over stdio with no login or account configuration required.

Category
访问服务器

README

车来了 MCP

一个基于 MCP 的车来了实时公交服务器,让大语言模型可以查询国内的公交、地铁实时数据 —— 包括线路时刻表、车辆实时位置、附近站点、关键词搜索、以及公交+地铁的换乘路线规划。

回答 "我的公交还有多久到站" 这类问题。无需登录、无需任何账号配置,开箱即用。

npm version Install in Cursor Install in VS Code Install in VS Code Insiders

安装

一键安装

点击上面的徽章即可在 Cursor / VS Code / VS Code Insiders 中一键安装。

在 Claude Code 中使用

claude mcp add chelaile -- npx -y chelaile-mcp-server

或者手动编辑 ~/.claude/mcp_servers.json(或项目级的 .mcp.json):

{
  "mcpServers": {
    "chelaile": {
      "command": "npx",
      "args": ["-y", "chelaile-mcp-server"]
    }
  }
}

在 Claude Desktop 中使用

编辑 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chelaile": {
      "command": "npx",
      "args": ["-y", "chelaile-mcp-server"]
    }
  }
}

重启对应客户端后,工具会以 chelaile 为前缀出现。

工具一览

工具 用途
bus_list_cities 列出支持的城市及其 ID
bus_get_city_config 某城市的刷新间隔限制与展示策略
bus_get_my_location 基于调用方 IP 估算位置(精度到城市级)
bus_reverse_geocode WGS-84 经纬度 → 中文地址
bus_search 按关键词混合搜索:线路 + 站点 + POI
bus_search_more 按某一分类分页"查看更多"
bus_get_nearby_stops 某 GPS 坐标附近的站点及到站预计时间
bus_get_stop_detail 某站点经过的所有线路 + 附近的地铁
bus_get_line_detail 某线路的完整站点列表 + 当前车辆
bus_get_line_route 某线路的地图轨迹坐标
bus_get_line_realtime 某线路即将到达某站点的车辆实时信息
bus_list_line_buses 某线路上所有车辆的位置与载客率
bus_get_timetable 首末班、发车间隔或完整时刻表
bus_refresh_lines 一次性批量刷新多个 (线路, 站点) 对
bus_plan_transit 两个 GCJ-02 坐标之间的公交+地铁换乘规划

每个工具都支持 response_format: "markdown" | "json"(默认 markdown),返回 JSON 时同时附带 structuredContent

License

MIT

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选