Back to MCP Servers
🔌

mahdin75/geoserver-mcp

MIT

🏠 – 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.

PythonAPIs

Install

npx -y -y @smithery/cli

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "mahdin75-geoserver-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@smithery/cli"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.