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.
Quick Start
Clone the repository:
git clone https://github.com/mahdin75/gis-mcpClaude Desktop configuration example:
{
"mcpServers": {
"gis-mcp": {
"command": "npx",
"args": [
"-y",
"mahdin75/gis-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.