matbel91765/gis-mcp-server
Geospatial tools for AI agents: geocoding, routing, elevation, spatial analysis, and file I/O (Shapefile, GeoJSON, GeoPackage)
Quick Start
Clone the repository:
git clone https://github.com/matbel91765/gis-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"gis-mcp-server": {
"command": "npx",
"args": [
"-y",
"matbel91765/gis-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.