The GeoServer MCP server connects LLMs to the GeoServer REST API. It provides tools for querying, creating, updating, and deleting geospatial data layers. It integrates with GeoServer's REST API for managing geospatial data. Developers use it to build AI agents that interact with geospatial data, such as updating map layers or querying spatial data.
The GeoServer MCP server connects LLMs to the GeoServer REST API. It provides tools for querying, creating, updating, and deleting geospatial data layers. It integrates with GeoServer's REST API for managing geospatial data. Developers use it to build AI agents that interact with geospatial data, such as updating map layers or querying spatial data.
pip install geoserver-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mahdin75-geoserver-mcp-github": {
"command": "uvx",
"args": [
"pip install geoserver-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from geoserver mcp?"
API Key Required
This server requires an API key from geoserver mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GEOSERVER_MCP_API_KEY | Yes | Your geoserver mcp API key |
"What resources are available in geoserver mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in geoserver mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in geoserver mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.