A GeoServer MCP server implementation that enhances LLM capabilities with geospatial data and mapping services via GeoServer REST API
Project description
GeoServer MCP Server
GeoServer MCP is an MCP (Model Context Protocol) server for GeoServer. It wraps the GeoServer REST API into MCP tools for MCP-compatible clients such as Codex, Cursor, and Claude Desktop.
Overview
- Manage workspaces, stores, layers, layer groups, feature types, styles, users, and system operations.
- Expose MCP resources and tools over
stdio,streamable-http, andsse. - Support local development,
uvxlaunch from PyPI, Docker deployment, and 1Panel deployment.
Prerequisites
Before using GeoServer MCP, you must have a GeoServer instance already deployed and running:
- A GeoServer service with REST API enabled and accessible over the network.
- Valid credentials (username and password) for the GeoServer REST API.
Quick Start
Requirements:
- Python
3.10+ - A reachable GeoServer instance with REST API enabled
Run directly from PyPI:
uvx --from open-geoserver-mcp geoserver-mcp \
--url http://localhost:8080/geoserver \
--user admin \
--password geoserver
Package naming:
- PyPI package:
open-geoserver-mcp - CLI command:
geoserver-mcp
Documentation
- Documentation Index
- Installation and Startup
- Client Configuration
- MCP Resources and Tools
- Docker and 1Panel Deployment
- Local Development
- Release and Versioning
Open Source Project Files
Development
uv venv --python=3.10
uv pip install -e ".[dev]"
ruff check src tests examples
mypy src/geoserver_mcp
pytest tests -q --cov=geoserver_mcp --cov-report=term-missing
python -m compileall src examples tests
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_geoserver_mcp-1.0.8.tar.gz.
File metadata
- Download URL: open_geoserver_mcp-1.0.8.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2d4d5792e71904d6e46fe34d547bc9b8435931e10b8145fdeb9be730f690a31
|
|
| MD5 |
a75fd5d5a5e048488ef1d4f5042eafb1
|
|
| BLAKE2b-256 |
7510f8af1473505b2ba8649c51663aab292d98ba4c889831b3d6b4e4e47e9922
|
File details
Details for the file open_geoserver_mcp-1.0.8-py3-none-any.whl.
File metadata
- Download URL: open_geoserver_mcp-1.0.8-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1743c4b85835711c6080f5b5585b0114030780c9d39c906bcc1ed5e0fece67b1
|
|
| MD5 |
b050754a85c77de1d4bbffaa057dd0f1
|
|
| BLAKE2b-256 |
5e36fb4f3ebfe44be7a7bb7b4dcae1879d05878563725b1b91f2e01e3d64f47d
|