Amap Maps Mcp Server
@amap/amap-maps-mcp-server
MCP server for using the AMap Maps API
0 downloads
v0.0.8
Capabilities
tools
Installation
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install @amap/amap-maps-mcp-serverDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y @amap/amap-maps-mcp-serverManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}About
# AMap Map MCP Server
MCP Server for the AMap Map API.
## Setup
### API Key
Get a AMap Maps API key:
https://lbs.amap.com/api/webservice/create-project-and-key.
### NPX
```json
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY":"<YOUR_API_KEY>"
}
}
}
}
```
Reviews
No reviews yet. Be the first to review this package!
Quick Install
Install using the MCPSearch CLI (recommended)
mcp install @amap/amap-maps-mcp-serverDon't have the CLI? Install it first
Run with npx
Run directly without installing
npx -y @amap/amap-maps-mcp-serverManual Configuration
Add to your MCP client configuration file
CClaude Code / Claude Desktop
Add to ~/.claude/claude_desktop_config.json
{
"mcpServers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}CuCursor
Add to ~/.cursor/mcp.json
{
"mcp": {
"servers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}
}VSVS Code / Continue.dev
Add to .vscode/mcp.json or Continue settings
{
"mcpServers": {
"amap-maps-mcp-server": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
]
}
}
}Compatible With
Claude CodeCursorWindsurfContinue.dev
Details
- Version
- 0.0.8
- License
- ISC
- Category
- api
- MCP Version
- 1.0
- Published
- 3/22/2025
- Updated
- 4/25/2025