QGIS MCP
by Various
Model Context Protocol (MCP) that allows LLMs to use QGIS Desktop
MCP
QGIS MCP
Added 1 June 2026
Overview
QGIS MCP implements the Model Context Protocol to enable LLMs to interact with QGIS Desktop. It acts as a bridge, allowing large language models to execute geospatial operations and manipulate QGIS projects programmatically via standard MCP interfaces.
Best for
Best for
Developers building AI-driven geospatial automation tools or GIS analysts who want to combine LLMs with QGIS
Use cases
- Automating GIS workflows through natural language commands
- Integrating QGIS functionality into LLM-powered agent pipelines
- Querying and visualizing geospatial data using conversational prompts
How to use
Tools exposed
pingget_qgis_infoload_projectcreate_new_projectget_project_infoadd_vector_layeradd_raster_layerget_layersremove_layerzoom_to_layerget_layer_featuresexecute_processingsave_projectrender_mapexecute_code
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "qgis": {\n "command": "uv",\n "args": [\n "--directory",\n "/ABSOLUTE/PATH/TO/PARENT/REPO/FOLDER/qgis_mcp/src/qgis_mcp",\n "run",\n "qgis_mcp_server.py"\n ]\n }\n }\n} Notes
QGIS MCP implements the Model Context Protocol to enable LLMs to interact with QGIS Desktop. It acts as a bridge, allowing large language models to execute geospatial operations and manipulate QGIS projects programmatically via standard MCP interfaces.
965 stars on GitHub. Last updated 2025-10-01.
Use cases
- Automating GIS workflows through natural language commands
- Integrating QGIS functionality into LLM-powered agent pipelines
- Querying and visualizing geospatial data using conversational prompts
Pros
- Well-starred open source project with active community support
- Enables rapid geospatial analysis without manual QGIS UI interaction
- Leverages Python for extensibility and custom integration
Cons
- Requires a running QGIS Desktop instance and LLM connectivity
- Setup and configuration can be complex for non-developers
- Limited to operations exposed by the MCP server, not full QGIS API
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Well-starred open source project with active community support
- Enables rapid geospatial analysis without manual QGIS UI interaction
- Leverages Python for extensibility and custom integration
Cons
- Requires a running QGIS Desktop instance and LLM connectivity
- Setup and configuration can be complex for non-developers
- Limited to operations exposed by the MCP server, not full QGIS API
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.