Loading MCP server directory, please wait...
Intelligent ArcGIS content search. Works with Online/Enterprise. Requires user credentials.
npx @getmcp/cli add io.github.esrisaudiarabia/arcgis-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
ARCGIS_URLYour ArcGIS Portal URL (e.g., https://portal.company.com/portal)
ARCGIS_USERNAMEYour ArcGIS Portal Username
ARCGIS_PASSWORDYour ArcGIS Portal Password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.esrisaudiarabia/arcgis-mcp-server": {
"command": "python",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "",
"ARCGIS_USERNAME": "",
"ARCGIS_PASSWORD": ""
}
}
}
}