Connect QGIS to Claude AI via the Model Context Protocol (MCP)
Socket server plugin that exposes QGIS operations to LLMs through the
Model Context Protocol. Enables Claude to directly control QGIS: manage
layers, edit features, run processing algorithms, render maps, and more.
This plugin is only one half of the setup. You also need an MCP server
so that Claude (or another LLM) can talk to QGIS.
See https://github.com/nkarasiak/qgis-mcp for installation instructions.
Features:
- 50 MCP tools for layers, features, processing, rendering, layouts
- Plugin development tools: message log, plugin reload, layer tree
- Expression validation, project variables, settings access
- Non-blocking TCP socket server with length-prefixed framing
- Toolbar button with port configuration dropdown
Plugin Tags