MCP.so
Sign In
Servers

Arcgis Portal Mcp

@Asem-D

MCP server for ArcGIS Portal and ArcGIS Online. Lets AI assistants search content, query feature layers, manage features, handle content operations, and administer users and groups.

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "arcgis-portal": {
      "command": "python",
      "args": [
        "-m",
        "arcgis_portal_mcp.server"
      ],
      "env": {
        "portal_url": "https://gis.example.com/portal",
        "username": "your-portal-username",
        "password": "your-portal-password"
      }
    }
  }
}

More from the marketplace