mahdin75/gis-mcp
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform accurate geospatial operations and transformations.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"gis-mcp": {
"command": "uvx",
"args": ["gis-mcp"]
}
}
}Related in Location Services
cablate/mcp-google-map
Google Maps MCP server with 8 tools (geocode, search, directions, elevation), stdio + StreamableHTTP transport, Agent Skill definitions, and standalone exec CLI mode.
gaopengbin/cesium-mcp
AI-powered 3D globe control via MCP. Connect any MCP-compatible AI agent to CesiumJS — camera flight, GeoJSON/3D Tiles layers, markers, spatial analysis, heatmaps, and more through 19 natural language tools.
isdaniel/mcp_weather_server
Get weather information from https://api.open-meteo.com API.
Vortx-AI/emem
Earth memory MCP server that gives AI agents signed geospatial facts and cite-able receipts for place-based questions. Covers elevation, land cover, surface water, vegetation, and built-up context. Public endpoint at `https://emem.dev/mcp`.
briandconnelly/mcp-server-ipinfo
IP address geolocation and network information using IPInfo API
muend/arcgis-mcp-bridge
Secure, local-first MCP server exposing ArcGIS Pro's ArcPy engine over stdio JSON-RPC, with worker-process isolation, PathGuard filesystem boundaries, and 100 geoprocessing tools.