HomeOther › mcp-server

mcp-server

Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

Official TypeScript Remote
★ 356 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.mapbox.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.mapbox.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.mapbox.com/mcp"
    }
  }
}

Package (npm 99.0.0-dev)

npx -y @mapbox/mcp-server@99.0.0-dev

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@mapbox/mcp-server@99.0.0-dev"
      ],
      "env": {
        "MAPBOX_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MAPBOX_ACCESS_TOKEN required secret — Your Mapbox access token

Related servers

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry