Mapbox (npx) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Mapbox (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Brave Search (Docker)
Search the web using the Brave Search API via Docker container. Supports web search, news search, and local POI search with privacy-focused results.
Brave Search (npx)
Search the web using the Brave Search API via npx. Supports web search, news search, and local POI search with privacy-focused results.
Firecrawl (npx)
Scrape, crawl, search, and extract structured data from websites. Converts web pages to clean markdown with JavaScript rendering support.
Perplexity (npx)
AI-powered search using Perplexity models. Provides web search, deep research, and reasoning capabilities with real-time web context.
Exa Search (Remote)
AI-powered web search that understands meaning, not just keywords. Hosted remote MCP server, no local setup required.
Exa Search (npx)
AI-powered web search that understands meaning, not just keywords. Find similar pages, search by content type, and get clean text from any URL via npx.
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.