Development · MODEL CONTEXT PROTOCOL

syauqi uqi qgis mcp modify1

An update version of qgis_mcp from jjsantos01/qgis_mcp repository

WHAT IT CONNECTS

What syauqi uqi qgis mcp modify1 gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.