gis-mcp

mahdin75/gis-mcp
★ 120 stars Python 🤖 AI/LLM Updated 1mo ago
A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform geospatial operations and transformations.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gis-mcp": {
      "command": "uvx",
      "args": [
        "gis-mcp"
      ]
    }
  }
}

Or install with pip: pip install gis-mcp