ArcGIS MCP Bridge
Rank #5,175io.github.muend/arcgis-mcp-bridge
Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.
ArcGIS MCP Bridge is a Model Context Protocol (MCP) server published by muend. It ranks #5,175 of 132,046 servers tracked on MCP Toplist, and its repository has 17 GitHub stars. ArcGIS MCP Bridge is listed across 4 registries — Official MCP, mcp.so, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jun 11, 2026 and most recently updated on Jul 30, 2026.
Ranks ahead of 126,871 of 132,046 servers on MCP Toplist.
Use ArcGIS MCP Bridge
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add arcgis-mcp-bridge -e "ARCPY_PYTHON_PATH=<your ARCPY_PYTHON_PATH>" -e "ARCGIS_MCP_ALLOWED_ROOTS=<your ARCGIS_MCP_ALLOWED_ROOTS>" -e "ARCGIS_MCP_SCRATCH_GDB=<your ARCGIS_MCP_SCRATCH_GDB>" -e "ARCGIS_MCP_MAX_WORKERS=<your ARCGIS_MCP_MAX_WORKERS>" -- uvx arcgis-mcp-bridgeReplace each placeholder with your own value before saving.
[mcp_servers.arcgis-mcp-bridge]
command = "uvx"
args = ["arcgis-mcp-bridge"]
[mcp_servers.arcgis-mcp-bridge.env]
ARCPY_PYTHON_PATH = "<your ARCPY_PYTHON_PATH>"
ARCGIS_MCP_ALLOWED_ROOTS = "<your ARCGIS_MCP_ALLOWED_ROOTS>"
ARCGIS_MCP_SCRATCH_GDB = "<your ARCGIS_MCP_SCRATCH_GDB>"
ARCGIS_MCP_MAX_WORKERS = "<your ARCGIS_MCP_MAX_WORKERS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<your ARCPY_PYTHON_PATH>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<your ARCGIS_MCP_ALLOWED_ROOTS>",
"ARCGIS_MCP_SCRATCH_GDB": "<your ARCGIS_MCP_SCRATCH_GDB>",
"ARCGIS_MCP_MAX_WORKERS": "<your ARCGIS_MCP_MAX_WORKERS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<your ARCPY_PYTHON_PATH>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<your ARCGIS_MCP_ALLOWED_ROOTS>",
"ARCGIS_MCP_SCRATCH_GDB": "<your ARCGIS_MCP_SCRATCH_GDB>",
"ARCGIS_MCP_MAX_WORKERS": "<your ARCGIS_MCP_MAX_WORKERS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"arcgis-mcp-bridge": {
"type": "stdio",
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<your ARCPY_PYTHON_PATH>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<your ARCGIS_MCP_ALLOWED_ROOTS>",
"ARCGIS_MCP_SCRATCH_GDB": "<your ARCGIS_MCP_SCRATCH_GDB>",
"ARCGIS_MCP_MAX_WORKERS": "<your ARCGIS_MCP_MAX_WORKERS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<your ARCPY_PYTHON_PATH>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<your ARCGIS_MCP_ALLOWED_ROOTS>",
"ARCGIS_MCP_SCRATCH_GDB": "<your ARCGIS_MCP_SCRATCH_GDB>",
"ARCGIS_MCP_MAX_WORKERS": "<your ARCGIS_MCP_MAX_WORKERS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"arcgis-mcp-bridge": {
"command": "uvx",
"args": [
"arcgis-mcp-bridge"
],
"env": {
"ARCPY_PYTHON_PATH": "<your ARCPY_PYTHON_PATH>",
"ARCGIS_MCP_ALLOWED_ROOTS": "<your ARCGIS_MCP_ALLOWED_ROOTS>",
"ARCGIS_MCP_SCRATCH_GDB": "<your ARCGIS_MCP_SCRATCH_GDB>",
"ARCGIS_MCP_MAX_WORKERS": "<your ARCGIS_MCP_MAX_WORKERS>"
}
}
}
}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.muend%2Farcgis-mcp-bridge)<a href="https://mcptoplist.com/server/io.github.muend%2Farcgis-mcp-bridge"><img src="https://mcptoplist.com/badge/io.github.muend%2Farcgis-mcp-bridge.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
muend
Available versions (3)
| Version | Published |
|---|---|
| 0.6.6 | Jul 30, 2026 |
| 0.6.3 | Jul 4, 2026 |
| 0.6.2 | Jul 1, 2026 |
Frequently asked questions
- Who maintains ArcGIS MCP Bridge?
- ArcGIS MCP Bridge is maintained by muend, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is ArcGIS MCP Bridge listed on the Official MCP Registry?
- Yes — ArcGIS MCP Bridge is listed on the Official MCP Registry, alongside mcp.so, PulseMCP and Glama.
- How many versions does ArcGIS MCP Bridge have?
- MCP Toplist tracks 3 versions of ArcGIS MCP Bridge, most recently published on Jul 30, 2026.
- Where can I find the source code for ArcGIS MCP Bridge?
- The source code for ArcGIS MCP Bridge is hosted at github.com/muend/arcgis-mcp-bridge.
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.