What is the Arcgis Charlotte MCP server?
City of Charlotte GIS — Charlotte, North Carolina open geospatial data (ArcGIS).
How to install Arcgis Charlotte
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"arcgis-charlotte": {
"url": "https://gateway.pipeworx.io/arcgis-charlotte/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"arcgis-charlotte": {
"serverUrl": "https://gateway.pipeworx.io/arcgis-charlotte/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"arcgis-charlotte": {
"type": "http",
"url": "https://gateway.pipeworx.io/arcgis-charlotte/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"arcgis-charlotte": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gateway.pipeworx.io/arcgis-charlotte/mcp"
]
}
}
}Claude Code
claude mcp add --transport http arcgis-charlotte https://gateway.pipeworx.io/arcgis-charlotte/mcp