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
Baidu Map MCP Server
globe

Baidu Map MCP Server MCP Server

Chinese location-based services

baiduchinamapsgeocodingtraffic

About

## Baidu Maps MCP Server: China Location Intelligence The **Baidu Maps MCP Server** integrates China's leading mapping and location platform directly into Google Antigravity, enabling AI assistants to access geocoding, routing, place search, and navigation services optimized for the Chinese market. This integration is essential for applications serving users in mainland China where Google Maps is unavailable. ### Why Baidu Maps MCP? - **China-Optimized**: The only viable mapping solution for mainland China with accurate data, Chinese address parsing, and local POI coverage - **GCJ-02 Coordinate System**: Native support for China's required coordinate system with proper offset handling - **Rich POI Database**: Access millions of points of interest with Chinese categorization and local business information - **Traffic Intelligence**: Real-time traffic data, road conditions, and congestion predictions specific to Chinese cities - **Multi-Modal Routing**: Walking, driving, cycling, and public transit directions with China-specific considerations ### Key Features #### 1. Geocoding Services ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Geocode this Chinese address: 北京市朝阳区望京街道" }], tools=[{ "name": "baidu_geocode", "description": "Convert addresses to coordinates" }] ) ``` #### 2. Place Search ```python # Search for places in China response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find the nearest hospitals to the Beijing CBD area with emergency services" }], tools=[{"name": "baidu_place_search", "description": "Search for places and POIs"}] ) ``` #### 3. Route Planning ```python # Calculate routes with traffic response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Plan a driving route from Shanghai Pudong Airport to The Bund, avoiding toll roads" }], tools=[{"name": "baidu_directions", "description": "Calculate routes and directions"}] ) ``` #### 4. Traffic Information ```python # Get real-time traffic data response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Check current traffic conditions on the Beijing Third Ring Road" }], tools=[{"name": "baidu_traffic", "description": "Access traffic information"}] ) ``` ### Configuration ```json { "mcpServers": { "baidu-map": { "command": "npx", "args": ["-y", "@anthropic/mcp-baidu-maps"], "env": { "BAIDU_MAP_AK": "your-baidu-access-key" } } } } ``` ### Use Cases **China Market Applications**: Build location-aware applications for the Chinese market with accurate mapping and local business data. **Logistics Optimization**: Plan delivery routes across Chinese cities with real-time traffic and road condition awareness. **Travel Applications**: Create China travel apps with attraction search, transit planning, and tourist service discovery. **Enterprise Location Services**: Integrate China-compliant location services for multinational applications with Chinese user bases. The Baidu Maps MCP Server provides essential location intelligence for the Chinese market, enabling developers to build applications that work seamlessly within China's unique mapping ecosystem.

Installation

Configuration
{
  "mcpServers": {
    "baidu-map": {
      "mcpServers": {
        "baidu-map": {
          "env": {
            "BAIDU_MAP_API_KEY": "YOUR_API_KEY"
          },
          "args": [
            "-y",
            "baidu-map-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Get API key from Baidu LBS platform
  2. 2Best for China coverage
  3. 3Includes traffic and weather

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