McpMux
Back to Registry

Mapbox (npx) MCP Server

Community

Contributed by Mapbox

Search for places, geocode addresses, get directions, and generate map visualizations using the Mapbox APIs.

About the Mapbox (npx) MCP Server

The Mapbox (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Search for places, geocode addresses, get directions, and generate map visualizations using the Mapbox APIs. This is a community-contributed MCP server by Mapbox.

Install the Mapbox (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "npx",
  "args": [
    "-y",
    "@mapbox/mcp-server"
  ],
  "env": {
    "MAPBOX_ACCESS_TOKEN": "${input:MAPBOX_ACCESS_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "MAPBOX_ACCESS_TOKEN",
        "label": "Mapbox Access Token",
        "description": "Access token for the Mapbox API.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "pk.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
        "obtain": {
          "url": "https://account.mapbox.com/access-tokens/",
          "instructions": "1. Go to account.mapbox.com/access-tokens\n2. Click 'Create a token'\n3. Configure scopes and copy the token",
          "button_label": "Create Token"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

mapboxmapsgeocodingdirectionsplacesnavigationlocation

Supported AI Clients

The Mapbox (npx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Mapbox (npx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.