Baidu Maps MCP
The official Baidu Maps MCP server provides powerful geospatial and mapping capabilities specifically for the Chinese market. It allows AI models to search for locations, get place details, and plan routes using Baidu's extensive mapping data. This is an essential tool for AI assistants operating in China or requiring precise Chinese geographic information.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"baidumaps": {
"command": "npx",
"args": [
"-y",
"@baidu/mcp-server-maps"
],
"env": {
"BAIDU_MAPS_AK": "YOUR_ACCESS_KEY"
}
}
}
}Key Features
Comprehensive place and business search in China
Detailed location information and metadata
Precise route planning and distance calculation
Real-time traffic and geographic data access
Server Details
The official Baidu Maps MCP server provides powerful geospatial and mapping capabilities specifically for the Chinese market. It allows AI models to search for locations, get place details, and plan routes using Baidu's extensive mapping data. This is an essential tool for AI assistants operating in China or requiring precise Chinese geographic information.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository