Development · MODEL CONTEXT PROTOCOL

syauqi uqi qgis mcp modify1

An update version of qgis_mcp from jjsantos01/qgis_mcp repository

WHAT IT CONNECTS

syauqi uqi qgis mcp modify1 为 AI Agent 提供什么

  • **Two-way communication**: Connect Claude AI to QGIS through a socket-based server.
  • **Project manipulation**: Create, load and save projects in QGIS.
  • **Layer manipulation**: Add and remove vector or raster layers to a project.
  • **Execute processing**: Execute processing algorithms ([Processing Toolbox](https://docs.qgis.org/3.40/en/docs/user_manual/processing/toolbox.html)).
  • **Code execution**: Run arbitrary Python code in QGIS from Claude. Very powerful, but also be very cautious using this tool.
  • **[QGIS plugin](/qgis_mcp_plugin/)**: A QGIS plugin that creates a socket server within QGIS to receive and execute commands.
  • **[MCP Server](/src/qgis_mcp/qgis_mcp_server.py)**: A Python server that implements the Model Context Protocol and connects to the QGIS plugin.

SECURITY

MCP 收录不等于安全审核

MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。