Google PageRank for AI agents. 25,000+ tools indexed.

ArcGIS MCP Server by SojiroPopo

#659 of 1780 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

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for ArcGIS MCP Server by SojiroPopo
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-SojiroPopo--arcgis-mcp)](https://agentrank-ai.com/skill/glama-SojiroPopo--arcgis-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-SojiroPopo--arcgis-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-SojiroPopo--arcgis-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

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.json 
Read full README on GitHub →