Docs MCP server
AI access to Mapbox docs, API references, style specs, and guides. No token required.
1 stars118 downloads/wk
Reviews
Write oneNobody has reviewed Docs yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Docs tools (3)
write = sends, deletes, buys or postsbatch_get_documents_toolFreeFetch the full content of multiple Mapbox documentation pages in a single call (max 20). More efficient than calling get_document_tool multiple times. Returns an array of results — failed pages include an error message rather than failing the whole batch.
get_document_toolFreeFetch the full content of a specific Mapbox documentation page by URL. Use this after get_latest_mapbox_docs_tool to follow a link from the index and retrieve the complete page content. For fetching multiple pages at once, use batch_get_documents_tool instead.
search_mapbox_docs_toolFreeSearch Mapbox documentation by keyword or natural language query. Searches across API reference, GL JS, Help Center, Style Spec, Studio, Search JS, iOS/Android Maps and Navigation SDKs, and Tilesets. Returns ranked results with titles, URLs, and descriptions. Use get_document_tool to fetch the full content of a result page.
Public scan report
scanner v0.1.9 · 2026-09-27 · same rubric, same numbers if you re-run it
- Code scan141 source files scanned25/25
- Live reliabilityremote reachable in 152ms20/20
- Tool poisoning3 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 18 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
What the publisher says
From the Docs repository's README, as published. We do not edit it. Read it on GitHub
Mapbox MCP Documentation Server
A Model Context Protocol (MCP) server that gives AI assistants instant access to Mapbox documentation and reference materials — no Mapbox access token required.
Quick Start
Hosted (no install required)
Connect directly to the hosted endpoint — nothing to install or maintain:
Claude Code / Claude Desktop / Cursor / VS Code
{
"mcpServers": {
"mapbox-docs": {
"url": "https://mcp-docs.mapbox.com/mcp"
}
}
}npx (runs locally, no install)
Claude Code — run claude mcp add:
claude mcp add mapbox-docs -- npx -y @mapbox/mcp-docs-serverClaude Desktop — add to ~/Library/Application Support/Claude/claudedesktopconfig.json (macOS) or %APPDATA%\Claude\claudedesktopconfig.json (Windows):
{
"mcpServers": {
"mapbox-docs": {
"command": "npx",
"args": ["-y", "@mapbox/mcp-docs-server"]
}
}
}Cursor / VS Code — add the same mcpServers block to your editor's MCP settings file.
Docker
Build the image:
docker build -t mapbox/mcp-docs-server .Or pull from the registry:
docker pull mapbox/mcp-docs-serverClaude Desktop / Cursor / VS Code — configure your MCP client to run the container:
{
"mcpServers": {
"mapbox-docs": {
"command": "docker",
"args": ["run", "--rm", "-i", "mapbox/mcp-docs-server"]
}
}
}Local (from source)
git clone https://github.com/mapbox/mcp-docs-server.git
cd mcp-docs-server
npm install
npm run buildClaude Desktop / Cursor / VS Code:
{
"mcpServers": {
"mapbox-docs": {
"command": "node",
"args": ["/absolute/path/to/mcp-docs-server/dist/esm/index.js"]
}
}
}Tools
getdocumenttool — Fetches the full content of a specific Mapbox documentation page by URL. Use this to follow a link from a resource and retrieve the complete page content.
Example prompts:
- "What Mapbox APIs are available?"
- "How do I add a custom layer to a Mapbox style?"
- "What's the latest Mapbox GL JS version?"
batchgetdocumentstool — Fetches multiple Mapbox documentation pages in a single call (max 20). More efficient than calling getdocument_tool multiple times. Failed pages include an error message rather than failing the whole batch.
searchmapboxdocstool — Searches Mapbox documentation across API reference, GL JS, Help Center, Style Spec, Studio, Search JS, iOS/Android Maps and Navigation SDKs, and Tilesets, returning ranked page URLs and descriptions. Use this to find relevant documentation before fetching full pages with getdocumenttool or batchgetdocumentstool.
Example prompts:
- "Find docs about camera animation"
- "Search for geocoding API examples"
- "What documentation exists for custom layers?"
Resources
MCP resources expose reference data that AI assistants can read on demand:
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http mcp-docs-server https://mcp-docs.mapbox.com/mcp
Docs: common questions
- Is Docs MCP server safe?
- Yes, by our scan: it is graded A (94/100). Read the Docs safety report
- How do I install Docs?
- It runs remotely at mcp-docs.mapbox.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Docs need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Docs maintained?
- The last commit was 18 days ago (2026-09-09). The latest release is v0.3.1.
- Is Docs up?
- 100% of our last 28 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Docs?
- Servers from other publishers that do the same job: classifier.dev docs MCP server, Qiskit Documentation MCP Server and Python Docs MCP Server. Compare all Docs alternatives.
Alternatives to Docs
Same job from other publishers: the closest match first, then the best rated.
- classifier.dev docsclassifier.dev documentation as tools: list, read and search the reference, benchmark and guides.not reviewedEstablishedA
- Qiskit Documentation MCP ServerMCP server for querying and retrieving Qiskit documentation, guides, and API referencesnot reviewedGrowingA
- Python Docs MCP ServerThe canonical Python stdlib oracle for AI coding agents — always free, always MIT, token-frugal.not reviewedGrowingA
- LatentGateRead large logs, JSON and docs in a fraction of the tokens. Offline, fact-preserving optimizer.not reviewedGrowingA
Context7Up-to-date code docs for any promptnot reviewedWidely usedA