Back to MCP Servers
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
location-servicesapi
By stadiamaps
Installation
npx -y stadiamaps-mcp-server-tsConfiguration
{
"mcpServers": {
"stadiamaps-mcp-server-ts": {
"command": "npx",
"args": ["-y", "stadiamaps-mcp-server-ts"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes