Back to MCP Servers
Gis
Geospatial tools for AI agents: geocoding, routing, elevation, spatial analysis, and file I/O (Shapefile, GeoJSON, GeoPackage)
location-servicesaiagent
By matbel91765
Installation
npx -y gis-mcp-serverConfiguration
{
"mcpServers": {
"gis-mcp-server": {
"command": "npx",
"args": ["-y", "gis-mcp-server"]
}
}
}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