by baidu-maps
Provides a comprehensive suite of geospatial APIs—including geocoding, POI search, route planning, weather, traffic, and IP location—exposed through MCP interfaces for seamless integration with LLMs and AI agents.
A fully MCP‑compliant, open‑source location‑based service that delivers geocoding, reverse geocoding, POI search, batch and single‑point routing, weather forecasts, real‑time traffic, IP‑based location, and advanced POI extraction. It bridges large language models and AI agents with authoritative Baidu Maps data via standardized MCP tools.
pip install mcp-server-baidu-maps
npm install @baidumap/mcp-server-baidu-map
python -m mcp_server_baidu_maps
npx -y @baidumap/mcp-server-baidu-map
map_geocode
, map_directions
, map_weather
, etc., from any MCP‑compatible client, LLM, or agent.map_search_places
, map_directions
, and map_weather
to suggest itineraries, recommend attractions, and provide weather‑aware routes.map_directions_matrix
for batch route calculations, delivering cost‑effective delivery schedules.map_road_traffic
and map_weather
for real‑time traffic‑aware navigation services.map_poi_extract
), and perform context‑aware planning.map_poi_extract
require additional authorization.API_KEY
(or the SDK‑specific variable) to pass your Baidu Maps API key.中文| English
Baidu Map MCP Server is a fully MCP-compliant, open-source Location-Based Service (LBS) solution, providing a comprehensive suite of geospatial APIs and tools for developers and AI agents. As the first map service provider in China to support the Model Context Protocol (MCP), Baidu Map MCP Server bridges the gap between large language models (LLMs), AI agents, and real-world location data and services.
With Baidu Map MCP Server, you can easily empower your applications, LLMs, and agents with advanced mapping, geocoding, POI search, route planning, weather, traffic, and more — all via standardized, developer-friendly MCP interfaces.
Key Features:
Whether you are building a travel assistant, logistics platform, smart city solution, or an LLM-powered agent, Baidu Map MCP Server provides the essential geospatial intelligence and tools you need.
The MCP Server architecture enables:
Whether you're building a navigation app, delivery service, smart city solution, or enhancing an AI agent with location awareness, Baidu Map MCP Server provides the tools and infrastructure you need to succeed.
Baidu Map MCP Server provides the following MCP-compliant APIs (tools):
Tool Name | Description |
---|---|
map_geocode |
Convert address to geographic coordinates. |
map_reverse_geocode |
Get address, region, and POI info from coordinates. |
map_search_places |
Search for global POIs by keyword, type, region, or within a radius. |
map_place_details |
Get detailed info for a POI by its unique ID. |
map_directions_matrix |
Batch route planning for multiple origins/destinations (driving, walking, cycling). |
map_directions |
Plan routes between two points (driving, walking, cycling, transit). |
map_weather |
Query real-time and forecast weather by region or coordinates. |
map_ip_location |
Locate city and coordinates by IP address. |
map_road_traffic |
Query real-time traffic conditions for roads or regions. |
map_poi_extract * |
Extract POI info from free text (requires advanced permission). |
*Some advanced features require additional permissions. See Authorization for details.
All APIs follow the MCP protocol and can be called from any MCP-compliant client, LLM, or agent platform.
Register and create a server-side API Key (AK) at Baidu Maps Open Platform. Be sure to enable “MCP (SSE)” service for best performance.
Install the SDK:
pip install mcp-server-baidu-maps
Run as a script:
python -m mcp_server_baidu_maps
Configure in your MCP client (e.g., Claude, Cursor):
{
"mcpServers": {
"baidu-maps": {
"command": "python",
"args": ["-m", "mcp_server_baidu_maps"],
"env": {
"BAIDU_MAPS_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
Install:
npm install @baidumap/mcp-server-baidu-map
Configure in your MCP client:
{
"mcpServers": {
"baidu-map": {
"command": "npx",
"args": [
"-y",
"@baidumap/mcp-server-baidu-map"
],
"env": {
"BAIDU_MAP_API_KEY": "<YOUR_API_KEY>"
}
}
}
}
See SSE Quickstart.
Travel Planning Assistant:
Use map_search_places
, map_directions
, and map_weather
to build an agent that plans optimal sightseeing routes, checks weather, and recommends POIs.
Batch Route Matrix:
Use map_directions_matrix
to calculate multiple routes and durations for logistics or delivery optimization.
Text-to-POI Extraction:
Use map_poi_extract
to extract POIs from user input or travel notes (requires advanced permission).
Real-time Traffic & Weather-aware Navigation:
Combine map_road_traffic
and map_weather
for dynamic, context-aware travel suggestions.
Integration with Claude, Qianfan, AppBuilder:
Seamlessly connect Baidu Map MCP Server to LLMs and agent frameworks for natural language geospatial reasoning.
See README_zh.md for more detailed Chinese documentation, configuration, and examples.
MIT © baidu-maps
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "baidu-map": { "command": "npx", "args": [ "-y", "@baidumap/mcp-server-baidu-map" ], "env": { "API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by danny-avila
Provides a customizable ChatGPT‑like web UI that integrates dozens of AI models, agents, code execution, image generation, web search, speech capabilities, and secure multi‑user authentication, all open‑source and ready for self‑hosting.
by ahujasid
BlenderMCP integrates Blender with Claude AI via the Model Context Protocol (MCP), enabling AI-driven 3D scene creation, modeling, and manipulation. This project allows users to control Blender directly through natural language prompts, streamlining the 3D design workflow.
by pydantic
Enables building production‑grade generative AI applications using Pydantic validation, offering a FastAPI‑like developer experience.
by GLips
Figma-Context-MCP is a Model Context Protocol (MCP) server that provides Figma layout information to AI coding agents. It bridges design and development by enabling AI tools to directly access and interpret Figma design data for more accurate and efficient code generation.
by mcp-use
Easily create and interact with MCP servers using custom agents, supporting any LLM with tool calling and offering multi‑server, sandboxed, and streaming capabilities.
by sonnylazuardi
This project implements a Model Context Protocol (MCP) integration between Cursor AI and Figma, allowing Cursor to communicate with Figma for reading designs and modifying them programmatically.
by lharries
WhatsApp MCP Server is a Model Context Protocol (MCP) server for WhatsApp that allows users to search, read, and send WhatsApp messages (including media) through AI models like Claude. It connects directly to your personal WhatsApp account via the WhatsApp web multi-device API and stores messages locally in a SQLite database.
by idosal
GitMCP is a free, open-source remote Model Context Protocol (MCP) server that transforms any GitHub project into a documentation hub, enabling AI tools to access up-to-date documentation and code directly from the source to eliminate "code hallucinations."
by Klavis-AI
Klavis AI provides open-source Multi-platform Control Protocol (MCP) integrations and a hosted API for AI applications. It simplifies connecting AI to various third-party services by managing secure MCP servers and authentication.