TRAECNclaw MCP

TRAECNclaw MCP

Control TraeCN desktop automation through explicit, profile-scoped MCP tools. Supports task delegation, model control, dialog handling, code review, and unattended workflows.

Category
Visit Server

README

TRAECNclaw MCP Skill

Glama score Smithery npm version MCP

Status: Thin Public Distribution Repository

This repository is a generated public distribution mirror.

Do not edit the mirrored Skill by hand. Behavior, version, tests, MCP code, npm packages, and release artifacts are produced from TRAECNclaw.

What stays in Git

  • the public Agent Skill source
  • installation documentation
  • source-revision metadata
  • marketplace metadata and release notes
  • automation that verifies the mirror

Generated .tgz, .zip, npm-ready directories, and checksum manifests belong in GitHub Releases, not in the default branch.

Installation

TRAECNclaw MCP is published across several channels. Pick the one that fits your client — they all serve the same traecnclaw-mcp stdio server.

Option 1 — Glama (recommended, one-click)

Open the Glama server page and click Install; Glama reads glama.json from this repo and emits a paste-ready MCP config for Claude Desktop, Cursor, and more.

  • https://glama.ai/mcp/servers/@Luckycat133/traecnclaw-mcp-skill

Option 2 — npm (global install)

npm install -g traecnclaw@0.3.1

This puts the traecnclaw-mcp stdio server on your PATH. Then register it with your client using the config below.

Option 3 — npx (no install)

For clients that can launch via npx:

{
  "mcpServers": {
    "traecn": {
      "command": "npx",
      "args": ["-y", "traecnclaw@0.3.1", "traecnclaw-mcp"],
      "env": { "TRAECN_MCP_TOOL_PROFILE": "public" }
    }
  }
}

Option 4 — MCP Registry

The server is indexed in the official Model Context Protocol Registry as io.github.Luckycat133/traecnclaw (v0.3.1). Registry-aware clients can discover and install it automatically.

Option 5 — Smithery (Codex / Cursor / OpenClaw Skill)

Install the packaged Skill for AI coding clients; the page offers one-click install for Codex, OpenClaw, Cursor, and GitHub Copilot.

  • https://smithery.ai/skills/xingmiao201081/traecnclaw-mcp

MCP client configuration

Once the server binary is available (any of Options 2–3), register it with your client. Example mcp.json / claude_desktop_config.json:

{
  "mcpServers": {
    "traecn": {
      "command": "traecnclaw-mcp",
      "env": {
        "TRAECN_HOST": "127.0.0.1",
        "TRAECN_PORT": "8788",
        "TRAECN_GATEWAY_TOKEN": "",
        "TRAECN_MCP_TOOL_PROFILE": "public"
      }
    }
  }
}

Keep the gateway on 127.0.0.1 unless remote access is intentional. Use a token for any shared or non-local environment.

Install the Skill (from a cloned checkout)

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
cp -R .codex/skills/traecnclaw-mcp "${CODEX_HOME:-$HOME/.codex}/skills/"

For release archives, download the matching asset from the Releases page and verify it against the release checksum manifest before extracting it.

Release provenance

Every public release must identify the canonical TRAECNclaw commit that produced it. A mirror update is valid only when the mirrored Skill matches that canonical path byte-for-byte.

Glama, Smithery, and the MCP Registry metadata are retained and already deployed; this mirror stays in sync via the Sync canonical Skill workflow.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured