nagoya-bus-mcp
Getting started
The Nagoya Bus MCP server is published to PyPI.
Claude Desktop
Add the following configuration to claude_desktop_config.json.
{
"mcpServers": {
"nagoya-bus": {
"command": "uvx",
"args": ["nagoya-bus-mcp"]
}
}
}
Visual Studio Code
Add the following configuration to .vscode/mcp.json.
{
"servers": {
"nagoya-bus": {
"type": "stdio",
"command": "uvx",
"args": ["nagoya-bus-mcp"],
"env": {}
}
}
}
Manual
# Using uvx
$ uvx nagoya-bus-mcp
# Using Docker
$ docker run -i --rm ghcr.io/ymyzk/nagoya-bus-mcp