MCP Server
MCP
io.github.esrisaudiarabia/arcgis-mcp-server
Intelligent ArcGIS content search. Works with Online/Enterprise. Requires user credentials.
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
By
Comments
Sign in to leave a comment