ArcGIS MCP Server by SojiroPopo
36 score
Exposes ArcGIS Pro geoprocessing capabilities to LLMs via the arcpy library, enabling automated spatial analysis and data management. It provides a comprehensive suite of tools for vector geoprocessing, terrain analysis, and raster operations designed for GIS workflows.
Ranked #659 out of 1780 indexed tools.Actively maintained with commits in the last week.
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing → Signal Breakdown
Installs 0
Freshness today
Issue Health 50%
Stars 1
Platform Breadth 1 platform
Contributors 3
Description Detailed
How to Improve
Stars low impact
Platforms medium impact
Supported Platforms
From the README
# ArcGIS MCP Server MCP (Model Context Protocol) server yang mengekspos ArcGIS Pro geoprocessing via `arcpy` ke Claude dan LLM lainnya. Dirancang untuk tim GIS perkebunan kelapa sawit yang menggunakan ArcGIS Pro 3.x. --- ## Status Instalasi | Komponen | Status | |---|---| | ArcGIS Pro | 3.4.0 — `C:\Program Files\ArcGIS\Pro\` | | Python Environment | arcgispro-py3 (Python 3.11.10) | | arcpy | Tersedia | --- ## Struktur Project ``` arcgis-mcp/ ├── server.py # Entry point — FastMCP server ├── tools/ │ ├── __init__.py │ ├── data_io.py # Describe, list, export, create GDB │ ├── geoprocessing.py # Clip, buffer, intersect, dissolve, dll │ ├── terrain.py # Slope, aspect, hillshade, hidrologi │ └── raster_analysis.py # Zonal stats, reclassify, extract, kalkulator ├── utils/ │ ├── __init__.py │ └── helpers.py # Shared utilities (run_arcpy, error handling) ├── requirements.txt ├── claude_desktop_config.jsonRead full README on GitHub →