← Back to Plugins
MCP Server MCP

ArcGIS MCP Bridge

github By github 👁 1 views ▲ 0 votes

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

Homepage Verified source GitHub

Install

uvx arcgis-mcp-bridge

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "arcgis-mcp-bridge",
      "version": "0.6.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the licensed ArcGIS Pro Python interpreter or cloned arcgis-mcp-env interpreter.",
          "isRequired": true,
          "format": "filepath",
          "name": "ARCPY_PYTHON_PATH"
        },
        {
          "description": "Optional semicolon-separated PathGuard boundary roots for local GIS data.",
          "format": "string",
          "name": "ARCGIS_MCP_ALLOWED_ROOTS"
        },
        {
          "description": "Optional default output workspace. If set, it must point to an existing file geodatabase.",
          "format": "filepath",
          "name": "ARCGIS_MCP_SCRATCH_GDB"
        },
        {
          "description": "Optional maximum number of concurrent ArcPy worker subprocesses. Defaults to 2.",
          "format": "string",
          "name": "ARCGIS_MCP_MAX_WORKERS"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...