amap-mcp-server

高德地图MCP Server,支持stdio, sse和streamable-http

GitHub Stars

65

User Rating

Not Rated

Favorites

0

Views

113

Forks

11

Issues

6

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.6 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/sugarforever/amap-mcp-server.git
cd amap-mcp-server

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python server.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and ensure dependencies are correctly installed.

Additional Resources