Skip to content

Docs Server

Free

by MCP Community

Mapbox MCP documentation server

v0.2.1Added Apr 12, 2026
mcpmapboxdocumentation
Works with:ClaudeGPTGeminiCopilot

Docs Server MCP Server

Mapbox MCP documentation server

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @mapbox/mcp-docs-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "docs-server": {
      "command": "npx",
      "args": ["-y", "@mapbox/mcp-docs-server"]
    }
  }
}