mahdin75/geoserver-mcp
π β A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.
Quick Start
Clone the repository:
git clone https://github.com/mahdin75/geoserver-mcpClaude Desktop configuration example:
{
"mcpServers": {
"geoserver-mcp": {
"command": "npx",
"args": [
"-y",
"mahdin75/geoserver-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.