# Mapbox MCP Server

Integrate Mapbox's powerful navigation and search capabilities into your applications. Access directions, travel matrices, and geocoding services seamlessly. Enhance your projects with real-time mapp…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add ngoiyaeric/mapbox-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list ngoiyaeric/mapbox-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ngoiyaeric/mapbox-mcp-server mapbox_directions

# Call a tool
npx -y @smithery/cli@latest tool call ngoiyaeric/mapbox-mcp-server mapbox_directions '{}'
```

## Tools (5)

- `mapbox_directions` — Get navigation route between two points
- `mapbox_directions_by_places` — Get navigation route between multiple places using their names
- `mapbox_matrix` — Calculate travel time and distance matrices between coordinates
- `mapbox_matrix_by_places` — Calculate travel time and distance matrices between places using their names
- `mapbox_geocoding` — Search for places and convert addresses into coordinates

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get ngoiyaeric/mapbox-mcp-server <tool-name>
```

---

Source: https://github.com/ngoiyaeric/mapbox-mcp-server | License: MIT
