Skip to main content
Glama
Francis235
by Francis235

AMapの強力な位置情報関連サービスとの連携を可能にする、非公式のAMapモデルコンテキストプロトコル(MCP)サーバーです。Cursor、Claude Desktop、Cline、WindsurfなどのMCPクライアントで使用できます。

前提条件

  1. Python 3.10以上

  2. AMAP オープン プラットフォームから AMAP_KEY を取得します。

  3. uv (Python パッケージ マネージャー) をインストールするか、 pip install uvを使用してインストールするか、追加のインストール方法についてはuvリポジトリを参照してください。

Related MCP server: MCP Python Server — API Wrapper

カーソルを使ったクイックスタート

「カーソル」->「カーソル設定」->「MCP」に移動し、 Add new global MCP serverをクリックすると、mcp.json が開くので、次の構成コンテンツを貼り付けます。

"AMap": {
        "command": "uvx",
        "args": [
          "amap-mcp"
        ],
        "env": {
          "AMAP_KEY": "<insert-your-AMap-here>"
        },
      },

使用例

デモビデオ: デモ

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

  • MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Francis235/amap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server