QGIS MCP Server
Allows interaction with QGIS (Quantum GIS) through the QGIS MCP Plugin, enabling AI agents to manage GIS projects, layers, and perform geospatial operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@QGIS MCP Serverload the OpenStreetMap basemap and zoom to Paris"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Quantum GIS (QGIS) MCP
This project explores ways to interact with QGIS using the QGIS MCP Plugin and an MCP Server.
QGIS MCP Setup
Install QGIS MCP Plugin.
Plugins > Manage and install plugins
Source code at github.com/nkarasiak/qgis-mcp
Set configuration to start MCP server on start-up.
Configure the LLM (e.g. Claude Code) as directed.
Ask the LLM to ping QGIS.
Related MCP server: QGIS MCP
Architecture
The architecture described through key files and classes.
app/main.py
|-- app/domain/claude_mcp/service.py
ClaudeMCP -- Chat loop
|-- app/clients/claude.py
Claude <-------------------Claude API------------------> LLM
|-- app/clients/qgis_mcp.py
QgisMcpClient <-stdio-> subprocess qgis_mcp.server <---> QGIS MCP Plugin ServerFuture
Test suite.
Consider running the entire application on an AWS EC2.
Easily see use cases with times that exceed maximum Lambda timeout.
Consider FastAPI for REST endpoints.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/awheeler262/qgis_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server