Trae CN Skill

v1.0.0Developer Toolsstable

Trae CN AI IDE Skill for OpenClaw - MCP Server integration and CLI tools

skill-trae-cnmcpai-integration
Share:
8
Stars
0
Downloads
0
Weekly
0/5

What is Trae CN Skill?

Trae CN Skill is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to trae cn ai ide skill for openclaw - mcp server integration and cli tools

Trae CN AI IDE Skill for OpenClaw - MCP Server integration and CLI tools

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Trae CN AI IDE Skill for OpenClaw - MCP Server integration a

Use Cases

AI IDE skill for OpenClaw with MCP integration.
UrwLee

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx skill-trae-cn

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Trae CN Skill

Trae CN Skill is a Python-based MCP server and CLI toolset for the Trae CN AI IDE and OpenClaw platform, providing tools for real-time stock data, AI-powered stock selection, risk analysis, technical indicators, backtesting strategies, and project generation. It integrates with the Trae IDE via MCP and can also be used as a standalone command-line tool.

Prerequisites

  • Python 3.8 or higher installed
  • pip or pip3 available
  • Trae CN IDE installed (brew install --cask trae-cn on macOS)
  • OpenClaw API key for authenticated tool calls
  • Git to clone the repository
1

Install Trae CN IDE

Install the Trae CN IDE using Homebrew on macOS. On other platforms, download the installer from the Trae CN website.

brew install --cask trae-cn
2

Clone the skill repository

Clone the skill-trae-cn repository and navigate into the skills directory.

git clone https://github.com/UrwLee/skill-trae-cn.git
cd skill-trae-cn
3

Install the MCP Python dependency

Install the mcp package which provides the MCP server runtime for Python.

pip3 install mcp --user
4

Configure environment variables

Set your OpenClaw API key and optionally specify the AI model to use. These can be exported in your shell profile or set per-session.

export OPENCLAW_API_KEY="your_openclaw_api_key"
export TRAE_MODEL="deepseek-v3"   # optional, specify AI model
5

Add the MCP server to Trae IDE configuration

Open Trae IDE settings and add the MCP server configuration pointing to the mcp_server.py script in the cloned repository.

{
  "mcpServers": {
    "openclaw": {
      "command": "python3",
      "args": ["/path/to/skill-trae-cn/scripts/mcp_server.py"],
      "env": {
        "OPENCLAW_API_KEY": "your_openclaw_api_key",
        "TRAE_MODEL": "deepseek-v3"
      }
    }
  }
}
6

Test with the CLI

Verify the installation by running the trae.py CLI script to generate code or create a project.

python3 scripts/trae.py generate --prompt "Create a user authentication module" --language python
python3 scripts/trae.py create --name my-project --template python

Trae CN Skill Examples

Client configuration

MCP server configuration for Trae CN IDE using the Python MCP server script.

{
  "mcpServers": {
    "openclaw": {
      "command": "python3",
      "args": ["/Users/yourname/skill-trae-cn/scripts/mcp_server.py"],
      "env": {
        "OPENCLAW_API_KEY": "your_openclaw_api_key_here",
        "TRAE_MODEL": "deepseek-v3"
      }
    }
  }
}

Prompts to try

Example prompts for using Trae CN skill tools within the IDE or via MCP.

- "Get the real-time stock quote for 600519"
- "Run AI stock selection using the momentum method on [600519, 000001, 300750]"
- "Analyze the risk for holding 100 shares of 600519 at price 1800"
- "Calculate the MACD technical indicator for 600519"
- "Create a new Python project called data-pipeline using the python template"
- "Run a backtest of the moving average crossover strategy on 600519"

Troubleshooting Trae CN Skill

ImportError: No module named 'mcp' when starting the server

Run pip3 install mcp --user to install the MCP package. If you are using a virtual environment, activate it first and run pip install mcp inside it.

stock_quote tool returns authentication error

Verify OPENCLAW_API_KEY is set correctly and the key is active. Check that the environment variable is visible to the python3 process by adding it to the env block in the MCP server config.

brew install --cask trae-cn fails on Apple Silicon

Ensure Homebrew is installed for Apple Silicon (installed at /opt/homebrew). Run arch -arm64 brew install --cask trae-cn if the standard command fails on an M-series Mac.

Frequently Asked Questions about Trae CN Skill

What is Trae CN Skill?

Trae CN Skill is a Model Context Protocol (MCP) server that trae cn ai ide skill for openclaw - mcp server integration and cli tools It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Trae CN Skill?

Follow the installation instructions on the Trae CN Skill GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Trae CN Skill?

Trae CN Skill works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Trae CN Skill free to use?

Yes, Trae CN Skill is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "skill-trae-cn": { "command": "npx", "args": ["-y", "skill-trae-cn"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Trae CN Skill?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides