← Back to Plugins
MCP Server MCP

io.github.esrisaudiarabia/arcgis-mcp-server

github By github 👁 1 views ▲ 0 votes

Intelligent ArcGIS content search. Works with Online/Enterprise. Requires user credentials.

Homepage Verified source GitHub

Install

uvx arcgis-mcp-server

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "arcgis-mcp-server",
      "version": "1.1.5",
      "runtimeHint": "python",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ArcGIS Portal URL (e.g., https://portal.company.com/portal)",
          "isRequired": true,
          "format": "string",
          "name": "ARCGIS_URL"
        },
        {
          "description": "Your ArcGIS Portal Username",
          "isRequired": true,
          "format": "string",
          "name": "ARCGIS_USERNAME"
        },
        {
          "description": "Your ArcGIS Portal Password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ARCGIS_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...