ArcGIS-Pro-Bridge-MCP-Server

Sangwxx/ArcGIS-Pro-Bridge-MCP-Server
★ 17 stars Python 🤖 AI/LLM Updated 9d ago
ArcGIS Pro Bridge MCP Server 是一个让 AI 客户端连接本机 ArcGIS Pro 的 MCP Server。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arcgis-pro-bridge-mc": {
      "command": "uvx",
      "args": [
        "arcgis-pro-bridge-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install arcgis-pro-bridge-mcp-server