Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Mapbox MCP Server
map

Mapbox MCP Server MCP Server

Official Mapbox location intelligence

mapboxmapsroutinggeocodingofficial

About

## Mapbox MCP Server: Custom Mapping and Location Intelligence The **Mapbox MCP Server** integrates Mapbox's powerful mapping platform directly into Google Antigravity, enabling AI assistants to access custom map styling, geocoding, routing, and spatial analysis. This integration brings developer-friendly mapping tools with unmatched customization capabilities to your development workflow. ### Why Mapbox MCP? - **Custom Map Styles**: Design completely custom map aesthetics with Mapbox Studio integration and dynamic styling - **Vector Tiles**: Efficient, resolution-independent maps that load fast and look sharp at any zoom level - **Optimization API**: Solve complex routing problems with vehicle routing optimization and isochrone analysis - **Global Geocoding**: Precise address parsing and POI search with support for local address formats worldwide - **Telemetry Integration**: Access anonymized movement data and traffic patterns for urban planning and analysis ### Key Features #### 1. Geocoding and Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search for coffee shops in Seattle using Mapbox and return detailed place information" }], tools=[{ "name": "mapbox_geocode", "description": "Geocode addresses and search places" }] ) ``` #### 2. Route Optimization ```python # Solve vehicle routing problems response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Optimize routes for 3 delivery vehicles with 25 total stops and time window constraints" }], tools=[{"name": "mapbox_optimization", "description": "Vehicle routing optimization"}] ) ``` #### 3. Isochrone Analysis ```python # Calculate reachable areas response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show me all areas reachable within 15 minutes by car from our office location" }], tools=[{"name": "mapbox_isochrone", "description": "Calculate reachable areas"}] ) ``` #### 4. Map Matching ```python # Match GPS traces to roads response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Match these GPS coordinates from our fleet to actual road segments" }], tools=[{"name": "mapbox_map_match", "description": "Snap GPS to roads"}] ) ``` ### Configuration ```json { "mcpServers": { "mapbox": { "command": "npx", "args": ["-y", "@anthropic/mcp-mapbox"], "env": { "MAPBOX_ACCESS_TOKEN": "your-mapbox-access-token" } } } } ``` ### Use Cases **Custom Map Applications**: Build applications with branded, custom-styled maps that match your design system. **Fleet Optimization**: Solve complex vehicle routing problems with capacity constraints, time windows, and driver schedules. **Site Selection**: Analyze location accessibility with isochrone maps and demographic data for retail site selection. **Movement Analytics**: Process GPS traces for fleet tracking, route analysis, and movement pattern insights. The Mapbox MCP Server provides developer-centric mapping tools with unmatched flexibility, enabling custom location experiences that stand apart from generic mapping solutions.

Installation

Configuration
{
  "mcpServers": {
    "mapbox": {
      "mcpServers": {
        "mapbox": {
          "env": {
            "MAPBOX_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
          },
          "args": [
            "-y",
            "@mapbox/mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get access token from Mapbox account
  2. 2Supports driving, walking, cycling profiles
  3. 32-25 waypoints per route

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers