From 2165aa10af6fe83b57b477496113d9309b356558 Mon Sep 17 00:00:00 2001 From: Juan Santos Ochoa Date: Mon, 17 Mar 2025 21:57:10 -0600 Subject: [PATCH] docs: Add QGIS MCP server to README (#73) [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) connects QGIS to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control QGIS. This integration enables prompt assisted project creation, layer loading, code execution and more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 867051e..81db05e 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ - **[Gentoro](https://github.com/gentoro-GT/mcp-nodejs-server)** - Gentoro generates MCP Servers based on OpenAPI specifications. - **[Android MCP](https://github.com/minhalvp/android-mcp-server)** - 📲 An MCP server that provides control over Android devices through ADB. Offers device screenshot capture, UI layout analysis, package management, and ADB command execution capabilities. - **[Algorand](https://github.com/GoPlausible/algorand-mcp)** - A comprehensive MCP server for tooling interactions(40+) and resource accessibility(60+) plus many useful prompts to interact with Algorand Blockchain. +- **[QGIS](https://github.com/jjsantos01/qgis_mcp)** - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. ## Clients