← Back to Plugins
MCP Server MCP

io.github.mapbox/mcp-docs-server

github By github 👁 1 views ▲ 0 votes

AI access to Mapbox docs, API references, style specs, and guides. No token required.

Homepage Verified source GitHub

Install

npx -y @mapbox/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-docs.mapbox.com/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@mapbox/mcp-docs-server",
      "version": "0.3.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...