
ArcGIS MCP Bridge
@muend
关于 ArcGIS MCP Bridge
Secure local-first MCP server exposing 100 ArcGIS Pro / ArcPy geoprocessing tools to LLM agents. Two-process architecture, PathGuard filesystem sandboxing, and confirmation gates for destructive operations. Real geoprocessing requires local Windows + licensed ArcGIS Pro; cloud/co
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "arcgis-mcp-server",
"env": {
"ARCPY_PYTHON_PATH": "C:\\path\\to\\arcgis-mcp-env\\python.exe",
"ARCGIS_MCP_ALLOWED_ROOTS": "C:\\GIS\\Data",
"ARCGIS_MCP_MAX_WORKERS": "2"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is ArcGIS MCP Bridge?
A secure, local-first, asynchronous MCP server exposing ArcGIS Pro’s ArcPy engine to Claude Desktop and other MCP hosts over stdio JSON-RPC. It provides 100 declarative geoprocessing tools across 10 verticals with a two-process isolation architecture that keeps the MCP protocol layer separate from the licensed ArcPy runtime.
How to use ArcGIS MCP Bridge?
Install the package via pip install arcgis-mcp-bridge or uv pip install arcgis-mcp-bridge. Set the required ARCPY_PYTHON_PATH environment variable to the licensed worker interpreter, optionally configure ARCGIS_MCP_ALLOWED_ROOTS and other settings, then add the server to your Claude Desktop configuration with the command arcgis-mcp-server. After restart, call health_check first to verify the full pipeline.
Key features of ArcGIS MCP Bridge
- 100 declarative geoprocessing tools across 10 verticals
- Two-process architecture isolating arcpy from the MCP server
- PathGuard sandbox enforcing read/write boundaries on filesystem access
- Destructive mutation safety floor requiring explicit confirm tokens
- Sketch-to-GIS pipeline for hand-drawn polygon digitization
- 81 unit tests with mocked arcpy for CI verification
Use cases of ArcGIS MCP Bridge
- Buffer parcels, dissolve layers, or run kernel density from natural language prompts
- List, describe, and manage feature classes in enterprise or file geodatabases
- Calculate slope, aspect, and hillshade from DEM rasters
- Find nearest facilities or compute OD cost matrices using network analysis
- Convert hand-drawn sketch to a GIS feature class via the vision analytics pipeline
FAQ from ArcGIS MCP Bridge
How does ArcGIS MCP Bridge compare to other ArcGIS MCP servers?
It offers 100 tools versus ~15 or ~10 in alternatives, uses deterministic uv.lock dependency sync, stdio
开发工具 分类下的更多 MCP 服务器
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
test
prysmaticlabsGo implementation of Ethereum proof of stake
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论