Skip to content

Mapbox Create Map

Free

by MCP Community

A Mapbox-based MCP tool for creating geographic data visualizations

v1.4.2Added Apr 12, 2026
mapboxgisgeographicvisualizationdata-viz
Works with:ClaudeGPTGeminiCopilot

Mapbox Create Map MCP Server

A Mapbox-based MCP tool for creating geographic data visualizations

Installation

npx -y mapbox-create-map-mcp

Reviews

Leave a Review

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"]
    }
  }
}