← Back to Plugins
MCP Server MCP

io.github.mapbox/mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @mapbox/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.mapbox.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mapbox/mcp-server",
      "version": "99.0.0-dev",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mapbox access token",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MAPBOX_ACCESS_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...