qgis_mcp

qgis_mcp

505

QGISMCP is a Model Context Protocol integration connecting QGIS with Claude AI, enabling rich client-server interaction. It allows for project and layer manipulation as well as execution of processing scripts and custom Python code within QGIS.

uv
{
  "mcpServers": {
    "qgis": {
      "command": "uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/REPO/FOLDER/qgis_mcp/src/qgis_mcp",
        "run",
        "qgis_mcp_server.py"
      ]
    }
  }
}