# MCP Servers

Mapbox provides three [Model Context Protocol](https://modelcontextprotocol.io/introduction) (MCP) servers, each targeting a different use case. MCP is an open standard for connecting AI tools with external services — these servers let AI assistants call Mapbox APIs directly in response to natural language requests.

### [Mapbox MCP Server](https://docs.mapbox.com/ja/location-ai/mcp-servers/mcp-server/)

Exposes Mapbox [web services APIs](https://docs.mapbox.com/api/) — directions, isochrones, geocoding, place search, and static map images — for use in AI chat clients and agentic applications. Also includes a suite of offline geospatial tools (distance, area, buffers, intersections, and more) powered by Turf.js.

### [Mapbox DevKit MCP Server](https://docs.mapbox.com/ja/location-ai/mcp-servers/devkit-mcp-server/)

Provides AI coding assistants with direct access to Mapbox developer APIs: style management, access token creation, map feedback retrieval, and GeoJSON tooling. Designed for developers building and iterating on Mapbox-powered applications with AI-assisted coding tools.

### [Mapbox Docs MCP Server](https://docs.mapbox.com/ja/location-ai/mcp-servers/docs-mcp-server/)

Gives AI assistants full-text search across all Mapbox documentation and the ability to retrieve complete documentation pages. No Mapbox access token required.