Back to MCP Servers
🔌

mahdin75/gis-mcp

MIT

🏠 – 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 operat

PythonAI & LLMs

Install

npx -y mahdin75-gis-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mahdin75-gis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mahdin75-gis-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.