mcpbeat Sign in

MCP Docs Server MCP Server

answering

MCP Docs Server is answering right now. Last checked 11 min ago. 84 installs a week from npm. It exposes 3 tools. Last commit 9 Sep 2026.

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

Installs per day peak 22 · avg 10 · +122% w/w
a month agotoday
Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
3
Tools
read from the server
394 ms
Response time
average over 24h
84
Installs / week
npm and PyPI

Nothing serious here today

Today is the operative word: we check MCP Docs Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add mcp-docs-server --transport http https://mcp-docs.mapbox.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-docs-server": {
      "url": "https://mcp-docs.mapbox.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-docs-server]
url = "https://mcp-docs.mapbox.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-docs-server": {
      "url": "https://mcp-docs.mapbox.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-docs-server": {
      "url": "https://mcp-docs.mapbox.com/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

batch
batch_get_documents_tool
Fetch 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.
document
get_document_tool
Fetch 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.
mapbox
search_mapbox_docs_tool
Search 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.

Endpoints

URLTransportStateLatencyChecked
https://mcp-docs.mapbox.com/mcp streamable-http answering 420 ms 11 min ago

Alternatives to MCP Docs Server

same job, measured the same way
Amcharts5
by amcharts

On-demand access to amCharts 5 docs, code examples, and API reference

556 installs/wk local only
Nativ
by ashish-nativ

AI-powered localization — translate, manage translation memory, and access style guides.

169 installs/wk local only
Nativ
by nativ-technologies

AI-powered localization — translate, manage translation memory, and access style guides.

local only
Musevate
by musevate

Text, image and reference-to-video across many AI video models. Musevate account required.

answering
MCP Devkit Server
by mapbox

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

284 installs/wk answering
Qiskit Documentation MCP Server
by qiskit

MCP server for querying and retrieving Qiskit documentation, guides, and API references

131 installs/wk local only
I
Devkit For Strapi MCP
by paulrichez

Accurate Strapi project facts (UIDs, schemas, references) for AI agents — no more guessed UIDs.

49 installs/wk local only
Habitat
by mitsuashi

A habitat for AI to rest in. No API key, no token. Keyless presence — become a remembered resident.

79 installs/wk local only

MCP Docs Server — questions

Answers built from our own checks of this server.

What can MCP Docs Server do?
It exposes 3 tools, read directly from the server on our last check. Among them: batch_get_documents_tool, get_document_tool, search_mapbox_docs_tool. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is MCP Docs Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 394 ms. The bar chart above shows every period we have measured.
How do I connect MCP Docs Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does MCP Docs Server need an API key?
No. MCP Docs Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is MCP Docs Server?
It answers our handshake in 394 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use MCP Docs Server?
The npm package @mapbox/mcp-docs-server was installed 84 times in the last week. Week over week that is +122%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Docs Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.