gis-mcp

A Model Context Protocol (MCP) server implementation that connects Large Language Models (LLMs) to GIS operations using GIS libraries, enabling AI assistants to perform geospatial operations and transformations.

GitHub Stars

53

User Rating

Not Rated

Favorites

0

Views

27

Forks

14

Issues

1

Installation
Difficulty
Advanced
Estimated Time
20-45 minutes

Installation

Choose the installation method that best suits your needs: To install GIS MCP Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@mahdin75/gis-mcp):
bash
npx -y @smithery/cli install @mahdin75/gis-mcp --client claude
The pip installation is recommended for most users:
1Install uv package manager:
bash
pip install uv
2Create the Virtual Environment (Python 3.10+):
bash
uv venv --python=3.10
3Install the package:
bash
uv pip install gis-mcp
4Start the server:
```bash