
Mcp Devkit Server
Let Claude Code or Cursor call Mapbox developer APIs and read official docs while you implement maps, tiles, or navigation features.
Overview
Mapbox MCP DevKit Server is a MCP server for the Build phase that gives AI assistants authenticated access to Mapbox developer APIs and documentation.
What is this MCP server?
- Streamable HTTP remote at mcp-devkit.mapbox.com plus stdio via npx @mapbox/mcp-devkit-server
- Requires MAPBOX_ACCESS_TOKEN with scopes documented by Mapbox
- Pairs with Mapbox account setup for live API calls from the agent
- Version 0.8.0 in server.json schema 2025-12-11
- GitHub source: mapbox/mcp-devkit-server
- Server version 0.8.0
- npm package @mapbox/mcp-devkit-server
- Hosted remote: https://mcp-devkit.mapbox.com/mcp (streamable-http)
What problem does it solve?
Agents guess at Mapbox endpoints and token scopes while you context-switch to the developer console and docs.
Who is it for?
Indie builders already on Mapbox who want Claude Code or Cursor to implement or debug map-related backend and SDK usage with live API context.
Skip if: Teams that only need read-only documentation lookup without a token—use mcp-docs-server instead.
What do I get? / Deliverables
Your agent can query Mapbox dev APIs and docs in-thread so integration code and config align with current Mapbox guidance.
- MCP tools that call Mapbox developer APIs from the agent
- In-session access to Mapbox dev documentation for integration tasks
Recommended MCP Servers
Journey fit
How it compares
Authenticated Mapbox devkit MCP bridge, not a standalone geocoding-only tool like the main mcp-server geospatial bundle.
Common Questions / FAQ
Who is Mapbox MCP DevKit Server for?
Solo and small-team builders using AI agents to build products on Mapbox who need both API access and developer documentation in one MCP connection.
When should I use Mapbox MCP DevKit Server?
Use it during Build when you are wiring Mapbox into your app and want the agent to reference official APIs and docs while using your access token.
How do I add Mapbox MCP DevKit Server to my agent?
Set MAPBOX_ACCESS_TOKEN, then add the server via npx @mapbox/mcp-devkit-server for stdio or register the remote https://mcp-devkit.mapbox.com/mcp in your MCP client.