From 95001cc2e1d7c729bd0d640d2e6bae2325f37682 Mon Sep 17 00:00:00 2001 From: Luckycat133 Date: Thu, 23 Jul 2026 10:33:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?Add=20TRAECNclaw=20MCP=20server=20?= =?UTF-8?q?=F0=9F=A4=96=F0=9F=A4=96=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5fdf58e9f..3f31ffc7b 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [juehang/vscode-mcp-server](https://github.com/juehang/vscode-mcp-server) 📇 🏠 - A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits. - [kagan-sh/kagan](https://github.com/kagan-sh/kagan) [![kagan-sh/kagan MCP server](https://glama.ai/mcp/servers/kagan-sh/kagan/badges/score.svg)](https://glama.ai/mcp/servers/kagan-sh/kagan) 🐍 🏠 🍎 🪟 🐧 - AI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge. - [louis030195/terminator-mcp-agent](https://github.com/mediar-ai/terminator/tree/main/terminator-mcp-agent) 🦀 📇 🏠 🍎 🪟 🐧 - Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection. +- [Luckycat133/traecnclaw-mcp-skill](https://github.com/Luckycat133/traecnclaw-mcp-skill) [![Luckycat133/traecnclaw-mcp-skill MCP server](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill) 📇 🏠 🍎 🪟 - Local stdio MCP server for TraeCN desktop automation. Supports task delegation, model control, dialog handling, code review, and unattended workflows. - [maxim-saplin/mcp_safe_local_python_executor](https://github.com/maxim-saplin/mcp_safe_local_python_executor) - Safe Python interpreter based on HF Smolagents `LocalPythonExecutor` - [micl2e2/code-to-tree](https://github.com/micl2e2/code-to-tree) 🌊 🏠 📟 🐧 🪟 🍎 - A single-binary MCP server that converts source code into AST, regardless of language. - [misiektoja/kill-process-mcp](https://github.com/misiektoja/kill-process-mcp) 🐍 🏠 🍎 🪟 🐧 - List and terminate OS processes via natural language queries From c3bcdd23250a6d90a0fb16ff96ec8cbf62e0520d Mon Sep 17 00:00:00 2001 From: Lucky_cat_133 Date: Mon, 24 Aug 2026 09:32:41 +0800 Subject: [PATCH 2/2] Correct TRAECNclaw platform and tool description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f31ffc7b..3b24d65a1 100644 --- a/README.md +++ b/README.md @@ -626,7 +626,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge - [juehang/vscode-mcp-server](https://github.com/juehang/vscode-mcp-server) 📇 🏠 - A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits. - [kagan-sh/kagan](https://github.com/kagan-sh/kagan) [![kagan-sh/kagan MCP server](https://glama.ai/mcp/servers/kagan-sh/kagan/badges/score.svg)](https://glama.ai/mcp/servers/kagan-sh/kagan) 🐍 🏠 🍎 🪟 🐧 - AI-powered Kanban TUI and MCP server for autonomous development workflows. Orchestrates 14 coding agents across task tracking, isolated git worktrees, review, and merge. - [louis030195/terminator-mcp-agent](https://github.com/mediar-ai/terminator/tree/main/terminator-mcp-agent) 🦀 📇 🏠 🍎 🪟 🐧 - Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection. -- [Luckycat133/traecnclaw-mcp-skill](https://github.com/Luckycat133/traecnclaw-mcp-skill) [![Luckycat133/traecnclaw-mcp-skill MCP server](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill) 📇 🏠 🍎 🪟 - Local stdio MCP server for TraeCN desktop automation. Supports task delegation, model control, dialog handling, code review, and unattended workflows. +- [Luckycat133/traecnclaw-mcp-skill](https://github.com/Luckycat133/traecnclaw-mcp-skill) [![Luckycat133/traecnclaw-mcp-skill MCP server](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill/badges/score.svg)](https://glama.ai/mcp/servers/Luckycat133/traecnclaw-mcp-skill) 📇 🏠 🍎 - Local-first stdio MCP server and Agent Skill for TraeCN desktop automation on macOS, exposing exactly 20 focused tools through a durable local gateway. - [maxim-saplin/mcp_safe_local_python_executor](https://github.com/maxim-saplin/mcp_safe_local_python_executor) - Safe Python interpreter based on HF Smolagents `LocalPythonExecutor` - [micl2e2/code-to-tree](https://github.com/micl2e2/code-to-tree) 🌊 🏠 📟 🐧 🪟 🍎 - A single-binary MCP server that converts source code into AST, regardless of language. - [misiektoja/kill-process-mcp](https://github.com/misiektoja/kill-process-mcp) 🐍 🏠 🍎 🪟 🐧 - List and terminate OS processes via natural language queries