arcgis-pro-mcp-server
Verified Safeby deaddayrevolution
Overview
This server enables Claude Code CLI to programmatically control ArcGIS Pro for GIS operations through a file-based communication bridge.
Installation
arcgis-mcpSecurity Notes
The server communicates with ArcGIS Pro via local JSON files (`input.json`, `output.json`) in a user's home directory. This design is relatively isolated from direct network attacks. However, any local process with write access to `~/.arcgis_mcp/test/` could potentially inject commands to ArcGIS Pro or read its output. The ArcGIS Pro add-in implicitly trusts the content of `input.json`. No 'eval' or other directly dangerous functions are present in the provided Python code. Security largely depends on the user's local system security and the integrity of the ArcGIS Pro add-in.
Similar Servers
claude-code-subagents-collection
The repository serves as a comprehensive marketplace and registry for Claude Code, offering a wide array of specialized AI agents, commands, hooks, and a catalog of external Model Context Protocol (MCP) servers to enhance development workflows.
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
mcpick
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.