Back to MCP Servers
Gis
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.
location-servicesaillm
By mahdin75
Installation
npx -y gis-mcpConfiguration
{
"mcpServers": {
"gis-mcp": {
"command": "npx",
"args": ["-y", "gis-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes