🌳 AI-Powered Skill Tree for Lifelong Human Learning. 30+ skills from K-12 to career & social intelligence, built on cognitive science. | 人类养成记:AI 驱动的终身学习技能树
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"human-skill-tree": {
"command": "npx",
"args": [
"-y",
"24kchengYe/human-skill-tree"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add human-skill-tree npx -y 24kchengYe/human-skill-tree
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"human-skill-tree": {
"command": "npx",
"args": [
"-y",
"24kchengYe/human-skill-tree"
]
}
}
}
📋 Copy