Devkit MCP server
Provides AI assistants with direct access to Mapbox developer APIs and documentation.
60 stars322 downloads/wk
Reviews
Write oneNobody has reviewed Devkit yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Devkit tools
Tool list not cached yet. `describe` through the gateway fetches it live.
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan419 source files scanned15/25
- Live reliabilityremote reachable in 185ms (auth required)20/20
- –Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
- Auth qualityOAuth resource metadata advertised on 40115/15
- Maintenancelast push 15 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year9/10
Findings (2)
- mediumnpm install lifecycle script present
install.script - mediumnpm install lifecycle script present
install.scriptpackage.json: …t/esm/index.js" }, "scripts": { "postinstall": "patch-package || true", "build": "…
What the publisher says
From the Devkit repository's README, as published. We do not edit it. Read it on GitHub
Mapbox Developer MCP Server
A Model Context Protocol (MCP) server that provides AI assistants with direct access to Mapbox developer APIs. This server enables AI models to interact with Mapbox services, helping developers build Mapbox applications more efficiently.
Looking for Mapbox documentation access? Use mcp-docs-server alongside this server — it provides AI assistants with access to Mapbox documentation, guides, and API references from docs.mapbox.com.
https://github.com/user-attachments/assets/8b1b8ef2-9fba-4951-bc9a-beaed4f6aff6
Table of Contents
- Mapbox Developer MCP Server
- Table of Contents
- Quick Start
- Integration with Developer Tools
- DXT Package Distribution
- Creating the DXT Package
- Hosted MCP Endpoint
- Getting Your Mapbox Access Token
- Tools
- Reference Tools
- Style Management Tools
- Token Management Tools
Quick Start
Integration with Developer Tools
Get started by integrating with your preferred AI development environment:
- Claude Code Integration - Command-line development with Claude
- Claude Desktop Integration - Desktop application integration
- Cursor Integration - Cursor IDE integration
- VS Code Integration - Visual Studio Code with GitHub Copilot
DXT Package Distribution
This MCP server can be packaged as a DXT (Desktop Extension) file for easy distribution and installation. DXT is a standardized format for distributing local MCP servers, similar to browser extensions.
Creating the DXT Package
To create a DXT package:
# Install the DXT CLI tool
npm install -g @anthropic-ai/dxt
# Build the server first
npm run build
# Create the DXT package
npx @anthropic-ai/dxt packThis will generate mcp-devkit-server.dxt using the configuration in manifest.json.
The DXT package includes:
- Pre-built server code (dist/esm/index.js)
- Server metadata and configuration
- User configuration schema for the Mapbox access token
- Automatic environment variable setup
Hosted MCP Endpoint
For quick access, you can use our hosted MCP endpoint:
Endpoint: https://mcp-devkit.mapbox.com/mcp
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-devkit-server https://mcp-devkit.mapbox.com/mcp
Devkit: common questions
- Is Devkit MCP server safe?
- Yes, by our scan: it is graded A (87/100). Read the Devkit safety report
- How do I install Devkit?
- It runs remotely at mcp-devkit.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 Devkit need an API key?
- No key to paste: it signs you in with OAuth when your client connects.
- Is Devkit maintained?
- The last commit was 18 days ago (2026-09-09). The latest release is v0.8.2.
- Is Devkit 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 Devkit?
- Servers from other publishers that do the same job: Webcomponents React MCP server.
Alternatives to Devkit
Same job from other publishers: the closest match first, then the best rated.
- Webcomponents ReactMCP server for UI5 Web Components for React - Developer documentation and API assistancenot reviewedEstablishedA