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

Installation

npx -y stadiamaps-mcp-server-ts

Configuration

{
  "mcpServers": {
    "stadiamaps-mcp-server-ts": {
      "command": "npx",
      "args": ["-y", "stadiamaps-mcp-server-ts"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub