본문 바로가기
기록

Window11에서 SuperClaude 설치하기

by kkong93 2025. 11. 12.

Window11에서 SuperClaude 설치하기 

 

 

 

 

1. 파이썬 설치하기 

 

2. 내가 쓰는 파이썬으로 SuperClaude 설치하기 

C:\Python313\python.exe -m pip install --upgrade pip
C:\Python313\python.exe -m pip install --upgrade SuperClaude

 

설치 확인

C:\Python313\python.exe -c "import superclaude, sys; print('OK ->', superclaude.__file__, '\nPY ->', sys.executable)"

 

OK 나오면 끝

 

3. 설치 하기

C:\Python313\python.exe -m superclaude install

 

4. 설치 과정

============================================================
              SuperClaude Installation v4.1.5
        Installing SuperClaude framework components
NomenAK <anton.knoery@gmail.com> | Mithun Gowda B <mithungowda.b7411@gmail.com>
============================================================

[INFO] Initializing installation system...

SuperClaude Interactive Installation
Select components to install using the two-stage process:

===================================================
Stage 1: MCP Server Selection (Optional)
===================================================

MCP servers extend Claude Code with specialized capabilities.
Select servers to configure (you can always add more later):

Select MCP servers to configure:
================================
 1. [ ] sequential-thinking - Multi-step problem solving and systematic analysis
 2. [ ] context7 - Official library documentation and code examples
 3. [ ] magic - Modern UI component generation and design systems
 4. [ ] playwright - Cross-browser E2E testing and automation
 5. [ ] serena - Semantic code analysis and intelligent editing
 6. [ ] morphllm-fast-apply - Fast Apply capability for context-aware code modifications
 7. [ ] tavily - Web search and real-time information retrieval for deep research
 8. [ ] chrome-devtools - Chrome DevTools debugging and performance analysis
 9. [ ] airis-mcp-gateway - Dynamic MCP Gateway for zero-token baseline and on-demand tool loading
10. [ ] Skip MCP Server installation

Enter numbers separated by commas (e.g., 1,3,5) or 'all' for all options:
> all

 

[INFO] Selected MCP servers: sequential-thinking, context7, magic, playwright, serena, morphllm-fast-apply, tavily, chrome-devtools, airis-mcp-gateway

===================================================
Stage 2: Framework Component Selection
===================================================

Select SuperClaude framework components to install:

Select components (Core is recommended):
========================================
 1. [ ] core - SuperClaude framework documentation and core files
 2. [ ] modes - 7 behavioral modes for enhanced Claude Code operation
 3. [ ] commands - SuperClaude slash command definitions
 4. [ ] agents - 15 specialized AI agents with domain expertise and intelligent routing
 5. [ ] mcp_docs - MCP documentation for sequential-thinking, context7, magic, playwright, serena, morphllm-fast-apply, tavily, chrome-devtools, airis-mcp-gateway (auto-selected)

Enter numbers separated by commas (e.g., 1,3,5) or 'all' for all options:
> all

 

[INFO] Selected framework components: core, modes, commands, agents, mcp_docs, mcp
[INFO] Validating system requirements...
[✓] All system requirements met
[!] Installation directory already exists: C:\Users\bs124\.claude
Continue and update existing installation? [y/N]
> y

 

설치 성공하면 그 다음 step을 알려준다

Next steps:
1. Restart your Claude Code session
2. Framework files are now available in C:\Users\sssss\.claude
3. Use SuperClaude commands and features in Claude Code

 

MCP설치 실패시 superclaude만 설치하고 mcp는 나중에 설치하는 걸로 선택하면 된다!

출처

https://github.com/SuperClaude-Org/SuperClaude_Framework

+ 직접 설치해봄!

 

반응형

댓글