← Back to Plugins
MCP Server MCP

io.github.mapbox/mcp-devkit-server

github By github 👁 1 views ▲ 0 votes

Provides AI assistants with direct access to Mapbox developer APIs and documentation.

Homepage Verified source GitHub

Install

npx -y @mapbox/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-devkit.mapbox.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mapbox/mcp-devkit-server",
      "version": "0.8.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Mapbox access token. See docs for required scopes.",
          "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...