Mapbox DevKit MCP Server logo

Mapbox DevKit MCP Server

0

The Mapbox DevKit MCP Server provides AI assistants with direct access to Mapbox developer APIs, documentation, and other helpful developer tools through the [Model Context Protocol](https://modelcontextprotocol.io/introduction). This server helps developers build Mapbox applications more efficiently by enabling conversational interactions with style management, token creation, documentation access, and more. ![Image](https://github.com/user-attachments/assets/5b6bfec4-6e9c-44e9-9a91-2a7ab7e3b823)

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "env": { "MAPBOX_ACCESS_TOKEN": "<YOUR_TOKEN>" }, "args": [ "-y", "@mapbox/mcp-devkit-server" ], "command": "npx" }