stadiamaps/stadiamaps-mcp-server-ts
A MCP server for Stadia Maps' Location APIs - Lookup addresses, places with geocoding, find time zones, create routes and static maps
Quick Start
Clone the repository:
git clone https://github.com/stadiamaps/stadiamaps-mcp-server-tsClaude Desktop configuration example:
{
"mcpServers": {
"stadiamaps-mcp-server-ts": {
"command": "npx",
"args": [
"-y",
"stadiamaps/stadiamaps-mcp-server-ts"
]
}
}
}Check the repository README for specific installation and configuration instructions.