Back to MCP Servers
Geoserver
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.
location-servicesapirestaillm
By mahdin75
Installation
npx -y geoserver-mcpConfiguration
{
"mcpServers": {
"geoserver-mcp": {
"command": "npx",
"args": ["-y", "geoserver-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