G

Geoserver MCP Server

The GeoServer MCP Server is a server - side implementation of the Model Context Protocol (MCP) that connects large language models (LLMs) with the GeoServer REST API, enabling AI assistants to interact with geospatial data and services.
2.5 points
28

What is the GeoServer MCP Server?

The GeoServer MCP Server is a middleware based on the Model Context Protocol (MCP), which serves as a bridge between AI assistants and GeoServer geospatial services. Through this server, non - technical users can use natural language to query and operate geospatial data without directly using complex GIS tools or APIs.

How to use the GeoServer MCP Server?

You can use it in three ways: 1) Quick deployment via Docker container; 2) Local installation and running via pip; 3) Installation in development mode. After installation, configure your AI client (such as Claude or Cursor) to connect to this server and start interacting.

Applicable scenarios

It is suitable for scenarios that require natural - language interaction to access geospatial data, such as urban planning consultations, environmental monitoring data analysis, commercial site selection analysis, etc., where geographical information support is needed but professional technical personnel are lacking.

Main features

Workspace managementCreate, list, and delete GeoServer workspaces
Layer operationsGet layer information, create new layers, and manage existing layers
Spatial queriesExecute spatial queries and attribute filtering using natural language
Map visualizationGenerate customized map image outputs

Advantages and limitations

Advantages
Access geospatial data without GIS expertise
Simplify complex spatial operations through natural - language interaction
Support multiple installation methods to adapt to different environments
Seamlessly integrate with mainstream AI assistants
Limitations
Currently in the Alpha stage, and the functions are still being improved
Require pre - configuration of the GeoServer environment
Limited ability for complex spatial analysis
Performance depends on the underlying GeoServer configuration

How to use

Select an installation method
Choose Docker (recommended), pip installation, or development mode according to your needs
Configure the GeoServer connection
Set the GeoServer URL, username, and password
Start the MCP server
Run the server and ensure it is listening for requests
Configure the AI client
Configure the MCP server connection in your AI assistant (such as Claude or Cursor)

Usage examples

Query high - population statesFind all US states with a population of over 10 million
Create a thematic mapGenerate a map of the United States colored by population density
Spatial analysisFind all facilities within 10 kilometers of a certain point

Frequently Asked Questions

What version of GeoServer is required?
How to ensure connection security?
Which AI clients are supported?
How to optimize performance?

Related resources

Model Context Protocol
Core implementation of MCP
GeoServer REST documentation
Official GeoServer REST API documentation
GeoServer REST Python client
Python client library
Project issue tracking
Report issues or submit suggestions
Installation
Copy the following command to your Client for configuration
{
  "mcpServers": {
    "geoserver-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "GEOSERVER_URL=http://localhost:8080/geoserver",
        "-e",
        "GEOSERVER_USER=admin",
        "-e",
        "GEOSERVER_PASSWORD=geoserver",
        "-p",
        "8080:8080",
        "mahdin75/geoserver-mcp"
      ]
    }
  }
}

{
  "mcpServers": {
    "geoserver-mcp": {
      "command": "C:\\path\\to\\geoserver-mcp\\.venv\\Scripts\\geoserver-mcp",
      "args": [
        "--url",
        "http://localhost:8080/geoserver",
        "--user",
        "admin",
        "--password",
        "geoserver"
      ]
    }
  }
}

{
  "mcpServers": {
    "geoserver-mcp": {
      "command": "/path/to/geoserver-mcp/.venv/bin/geoserver-mcp",
      "args": [
        "--url",
        "http://localhost:8080/geoserver",
        "--user",
        "admin",
        "--password",
        "geoserver"
      ]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
M
MCP Server Airbnb
Certified
MCP service for Airbnb listing search and details query
TypeScript
243
4 points
B
Baidu Map
Certified
Baidu Maps MCP Server is the first domestic map service compatible with the MCP protocol, offering 10 standardized API interfaces such as geocoding and route planning, supporting quick access via Python and Typescript, and enabling agents to implement map - related functions.
Python
712
4.5 points
F
Firecrawl MCP Server
The Firecrawl MCP Server is a Model Context Protocol server integrating Firecrawl's web - scraping capabilities, providing rich web - scraping, searching, and content - extraction functions.
TypeScript
3.9K
5 points
R
Rednote MCP
RedNote MCP is a tool that provides services for accessing Xiaohongshu content. It supports functions such as authentication management, keyword - based note search, and command - line initialization, and can access note content via URL.
TypeScript
446
4.5 points
P
Perplexity MCP
Certified
An MCP server based on the Perplexity AI API, providing web search functionality for the Claude desktop client.
Python
264
4.1 points
E
Exa Web Search
Certified
The Exa MCP Server is a server that provides web search capabilities for AI assistants (such as Claude), enabling real-time and secure web information retrieval through the Exa AI Search API.
TypeScript
1.7K
5 points
P
Perplexity Research Assistant
The Perplexity MCP Server is an intelligent research assistant that uses Perplexity's AI model to automatically analyze query complexity and select the best model to process requests. It supports three tools: search, reasoning, and in - depth research.
TypeScript
260
4.5 points
A
Arxiv
The ArXiv MCP Server is a bridge connecting AI assistants with the arXiv research library, enabling paper search and content access through the MCP protocol.
Python
1.1K
5 points
Featured MCP Services
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
823
4.3 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
79
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
130
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
554
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.6K
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
745
4.8 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase