Lxlxw
About
Lxlxw is an MCP server that provides access to the AMap Map API. It is designed for developers who want to integrate AMap mapping data and services with applications that support the Model Context Protocol.
Details
- Author
- zxypro1
- GitHub stars
- 23
- Downloads
- 1,103
- Categories
- Media
Jump to
- Provides AMap Map API access through MCP.
- Easy setup via npx (no local installation needed).
- Uses environment variable for API key management.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
LxlxwCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure the MCP server by adding the command and API key to your client settings as shown in the README, then run it using npx. The server requires a valid AMap Maps API key stored in the environment variable AMAP_MAPS_API_KEY.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"lxlxw": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": ""
}
}
}
}
}
McpServers
{
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": ""
}
}
}
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
{
"mcpServers": {
"amap-maps": {
"command": "npx",
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"env": {
"AMAP_MAPS_API_KEY": ""
}
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.
