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スター

53

ユーザー評価

未評価

お気に入り

0

閲覧数

18

フォーク

14

イシュー

1

インストール方法
難易度
上級
推定所要時間
20-45

インストール方法

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