Trae CN Skill
Trae CN AI IDE Skill for OpenClaw - MCP Server integration and CLI tools
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
Maintainer
Works with
Installation
Manual Installation
npx skill-trae-cnConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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-cnClone 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-cnInstall the MCP Python dependency
Install the mcp package which provides the MCP server runtime for Python.
pip3 install mcp --userConfigure 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 modelAdd 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"
}
}
}
}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 pythonTrae 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.
Trae CN Skill Alternatives — Similar Developer Tools Servers
Looking for alternatives to Trae CN Skill? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Trae CN Skill in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.