geoserver-mcp

A Model Context Protocol (MCP) server implementation that connects LLMs to the GeoServer REST API

GitHub Stars

37

User Rating

Not Rated

Favorites

0

Views

36

Forks

8

Issues

1

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Choose the installation method that best suits your needs: To install GeoServer MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@mahdin75/geoserver-mcp):
bash
npx -y @smithery/cli install @mahdin75/geoserver-mcp --client claude
The Docker installation is the quickest and most isolated way to run the GeoServer MCP server. It's ideal for:
Quick testing and evaluation
Production deployments
Environments where you want to avoid Python dependencies
Consistent deployment across different systems
1Run geoserver-mcp:
bash
docker pull mahdin75/geoserver-mcp
docker run -d mahdin75/geoserver-mcp
2Configure the clients:
If you are using Claude Desktop, edit claude_desktop_config.json If you are using Cursor, Create .cursor/mcp.json ```json {

Additional Resources