MCP Server
io.github.mapbox/mcp-docs-server MCP Server
io.github.mapbox/mcp-docs-server
What is the io.github.mapbox/mcp-docs-server MCP server?
AI access to Mapbox docs, API references, style specs, and guides. No token required.
How to install io.github.mapbox/mcp-docs-server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-docs-server": {
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-docs-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mapbox/mcp-docs-server"
]
}
}
}Claude Code
claude mcp add mcp-docs-server -- npx -y @mapbox/mcp-docs-serverRelated MCP servers
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
View repository →Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.
View repository →