Mapbox Create Map
Freeby MCP Community
A Mapbox-based MCP tool for creating geographic data visualizations
v1.4.2Added Apr 12, 2026
mapboxgisgeographicvisualizationdata-viz
Mapbox Create Map MCP Server
A Mapbox-based MCP tool for creating geographic data visualizations
Installation
npx -y mapbox-create-map-mcp
Reviews
Installation
Quick install
npx -y mapbox-create-map-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"mapbox-create-map": {
"command": "npx",
"args": ["-y", "mapbox-create-map-mcp"]
}
}
}