tokyo-transportation-mcp-server

yuka-with-data/tokyo-transportation-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated 4d ago
Tokyo MCP Server is a modular backend designed to provide structured public transportation intelligence for AI agents.
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": {
    "tokyo-transportation": {
      "command": "uvx",
      "args": [
        "tokyo-transportation-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install tokyo-transportation-mcp-server

Topics

mcpmcp-serverpython