A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"geoserver-mcp": {
"command": "npx",
"args": [
"-y",
"mahdin75/geoserver-mcp"
]
}
}
}
Run in terminal:
claude mcp add geoserver-mcp npx -y mahdin75/geoserver-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"geoserver-mcp": {
"command": "npx",
"args": [
"-y",
"mahdin75/geoserver-mcp"
]
}
}
}