MCP Docs Server
Rank #10,902io.github.mapbox/mcp-docs-server
AI access to Mapbox docs, API references, style specs, and guides. No token required.
MCP Docs Server is a Model Context Protocol (MCP) server published by mapbox. It ranks #10,902 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Docs Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Mar 5, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 104,558 of 115,460 servers on MCP Toplist.
Use MCP Docs Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http mcp-docs-server https://mcp-docs.mapbox.com/mcpclaude mcp add mcp-docs-server -- npx -y @mapbox/mcp-docs-server[mcp_servers.mcp-docs-server]
url = "https://mcp-docs.mapbox.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-docs-server]
command = "npx"
args = ["-y", "@mapbox/mcp-docs-server"]Add to ~/.codex/config.toml.
https://mcp-docs.mapbox.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-docs-server": {
"url": "https://mcp-docs.mapbox.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-docs-server": {
"type": "http",
"url": "https://mcp-docs.mapbox.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-docs-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-docs-server": {
"serverUrl": "https://mcp-docs.mapbox.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-docs-server": {
"url": "https://mcp-docs.mapbox.com/mcp"
}
}
}{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mapbox%2Fmcp-docs-server)<a href="https://mcptoplist.com/server/io.github.mapbox%2Fmcp-docs-server"><img src="https://mcptoplist.com/badge/io.github.mapbox%2Fmcp-docs-server.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
mapbox
Other servers by mapbox
View all mapbox servers →Available versions (6)
| Version | Published |
|---|---|
| 0.3.1 | Jun 11, 2026 |
| 0.3.0 | Apr 15, 2026 |
| 0.2.1 | Apr 1, 2026 |
| 0.2.0 | Apr 1, 2026 |
| 0.1.2 | Mar 18, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Docs Server?
- MCP Docs Server is maintained by mapbox, which publishes 3 MCP servers (28 total versions) tracked on MCP Toplist.
- Is MCP Docs Server listed on the Official MCP Registry?
- Yes — MCP Docs Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Docs Server have?
- MCP Toplist tracks 6 versions of MCP Docs Server, most recently published on Jun 11, 2026.
- Where can I find the source code for MCP Docs Server?
- The source code for MCP Docs Server is hosted at github.com/mapbox/mcp-docs-server.