Home › Other › ArcGIS MCP Bridge
ArcGIS MCP Bridge
Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.
Topics: Location Services
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (pypi 0.6.6)
uvx arcgis-mcp-bridge
Or add to your MCP client config:
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<YOUR_VALUE>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<YOUR_VALUE>",
"ARCGIS_MCP_SCRATCH_GDB": "<YOUR_VALUE>",
"ARCGIS_MCP_MAX_WORKERS": "<YOUR_VALUE>"
}
}
}
}
ARCPY_PYTHON_PATHrequired — Path to the licensed ArcGIS Pro Python interpreter or cloned arcgis-mcp-env interpreter.ARCGIS_MCP_ALLOWED_ROOTS— Optional semicolon-separated PathGuard boundary roots for local GIS data.ARCGIS_MCP_SCRATCH_GDB— Optional default output workspace. If set, it must point to an existing file geodatabase.ARCGIS_MCP_MAX_WORKERS— Optional maximum number of concurrent ArcPy worker subprocesses. Defaults to 2.
Related servers
qgis_mcp
connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code…
Google Maps MCP Server
18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.
GeoLens
Read-only access to a self-hosted GeoLens spatial catalog: datasets, features, maps, sandboxed SQL.
open-streetmap-mcp
An OpenStreetMap MCP server with location-based services and geospatial data.
gis-mcp
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries,…
cesium-mcp
Control CesiumJS 3D globes via MCP: camera, layers, entities, animation, and interaction.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry