nagoya-bus-mcp

ymyzk/nagoya-bus-mcp
★ 1 stars Python Browser/Web Updated today
MCP server for Nagoya City Bus
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nagoya-bus-mcp": {
      "command": "uvx",
      "args": [
        "nagoya-bus-mcp"
      ]
    }
  }
}

Or install with pip: pip install nagoya-bus-mcp

README Excerpt

**English** | [日本語](README.ja.md) Nagoya Bus MCP is a [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server that lets LLMs query Nagoya City bus information. Built with [FastMCP](https://gofastmcp.com/), it exposes tools and prompts for looking up bus stops, reading timetables, and checking real-time bus approach and position information. Data is sourced from the public Nagoya City bus website.