Baidu Maps
OfficialbyBaidu
First Chinese map service compatible with MCP protocol.
API Key Required
Configuration
{
"mcpServers": {
"baidu-maps": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-baidu-maps"
],
"env": {
"BAIDU_MAPS_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.