From 5203201bf5efaafcbbfc525f39fbf8d0c7c0b78c Mon Sep 17 00:00:00 2001 From: Yiwen Lu Date: Fri, 4 Jul 2025 12:09:30 +0800 Subject: [PATCH] Add PiloTY - AI terminal control MCP server (#339) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f3bea8e..7a1cd17 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Pollinations](https://github.com/pollinations/model-context-protocol)** - Multimodal MCP server for generating images, audio, and text with no authentication required - **[Phabricator](https://github.com/baba786/phabricator-mcp-server)** - Interacting with Phabricator API - **[PiAPI](https://github.com/apinetwork/piapi-mcp-server)** - PiAPI MCP server makes user able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps. +- **[PiloTY](https://github.com/yiwenlu66/PiloTY)** - AI pilot for PTY operations that enables agents to control interactive terminals with stateful sessions, SSH connections, and background process management - **[Playwright MCP Server](https://github.com/executeautomation/mcp-playwright)** - An MCP server using Playwright for browser automation and webscrapping - **[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. - **[Random Number](https://github.com/zazencodes/random-number-mcp)** - Provides LLMs with essential random generation abilities, built entirely on Python's standard library.