The Mapbox MCP Server is a Node.js server that implements the Model Context Protocol (MCP) to provide geospatial intelligence for AI applications by offering access to Mapbox's location data and services.
From the registry: Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

Please install the `mcp-server-mapbox` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Mapbox Access Token** — Sign up at mapbox.com, then get a token from your Account page. (https://account.mapbox.com/)
Canonical MCP server config (HTTP transport):
- url: `https://mcp.mapbox.com/mcp`
Note: Also available as npx @mapbox/mcp-server with MAPBOX_ACCESS_TOKEN env var; hosted endpoint preferred.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MAPBOX_ACCESS_TOKENrequiredRequired to use the MCP server.MCP server for searching Airweave collections with natural language queries.