Arcgis MCP Server
Rank #18,018io.github.esrisaudiarabia/arcgis-mcp-server
MCP server providing arcgis-server capabilities
Arcgis MCP Server is a Model Context Protocol (MCP) server published by esrisaudiarabia. It ranks #18,018 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Arcgis MCP Server is listed on Official MCP, with 14 tracked versions. It was first listed on Oct 8, 2025 and most recently updated on Oct 16, 2025.
Ranks ahead of 114,028 of 132,046 servers on MCP Toplist.
Use Arcgis MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add arcgis-mcp-server -e "ARCGIS_URL=<your ARCGIS_URL>" -e "ARCGIS_USERNAME=<your ARCGIS_USERNAME>" -e "ARCGIS_PASSWORD=<your ARCGIS_PASSWORD>" -- uvx arcgis-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.arcgis-mcp-server]
command = "uvx"
args = ["arcgis-mcp-server"]
[mcp_servers.arcgis-mcp-server.env]
ARCGIS_URL = "<your ARCGIS_URL>"
ARCGIS_USERNAME = "<your ARCGIS_USERNAME>"
ARCGIS_PASSWORD = "<your ARCGIS_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-server": {
"command": "uvx",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "<your ARCGIS_URL>",
"ARCGIS_USERNAME": "<your ARCGIS_USERNAME>",
"ARCGIS_PASSWORD": "<your ARCGIS_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-server": {
"command": "uvx",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "<your ARCGIS_URL>",
"ARCGIS_USERNAME": "<your ARCGIS_USERNAME>",
"ARCGIS_PASSWORD": "<your ARCGIS_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"arcgis-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "<your ARCGIS_URL>",
"ARCGIS_USERNAME": "<your ARCGIS_USERNAME>",
"ARCGIS_PASSWORD": "<your ARCGIS_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-server": {
"command": "uvx",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "<your ARCGIS_URL>",
"ARCGIS_USERNAME": "<your ARCGIS_USERNAME>",
"ARCGIS_PASSWORD": "<your ARCGIS_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-server": {
"command": "uvx",
"args": [
"arcgis-mcp-server"
],
"env": {
"ARCGIS_URL": "<your ARCGIS_URL>",
"ARCGIS_USERNAME": "<your ARCGIS_USERNAME>",
"ARCGIS_PASSWORD": "<your ARCGIS_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.esrisaudiarabia%2Farcgis-mcp-server)<a href="https://mcptoplist.com/server/io.github.esrisaudiarabia%2Farcgis-mcp-server"><img src="https://mcptoplist.com/badge/io.github.esrisaudiarabia%2Farcgis-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
esrisaudiarabia
Available versions (14)
| Version | Published |
|---|---|
| 1.1.5 | Oct 16, 2025 |
| 1.1.4 | Oct 15, 2025 |
| 1.1.3 | Oct 15, 2025 |
| 1.1.2 | Oct 15, 2025 |
| 1.1.1 | Oct 15, 2025 |
| 1.1.0 | Oct 15, 2025 |
| 1.0.9 | Oct 13, 2025 |
| 1.0.7 | Oct 13, 2025 |
| 1.0.6 | Oct 13, 2025 |
| 1.0.5 | Oct 13, 2025 |
| 1.0.4 | Oct 12, 2025 |
| 1.0.3 | Oct 9, 2025 |
| 1.0.2 | Oct 8, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Arcgis MCP Server?
- Arcgis MCP Server is maintained by esrisaudiarabia, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Arcgis MCP Server listed on the Official MCP Registry?
- Yes — Arcgis MCP Server is listed on the Official MCP Registry.
- How many versions does Arcgis MCP Server have?
- MCP Toplist tracks 14 versions of Arcgis MCP Server, most recently published on Oct 16, 2025.
- Where can I find the source code for Arcgis MCP Server?
- The source code for Arcgis MCP Server is hosted at github.com/esrisaudiarabia/esrisaudiarabia-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.