MCP
- playwright ( 能給予AI 透過瀏覽器訪問)
- serena ( 給LLM裝上IDE,整理代碼結構)
需要先安裝uv 環境
# Windows 安装方式
# 使用PowerShell(管理员权限)
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# macOS 安装方式
# 一键安装脚本
curl -LsSf https://astral.sh/uv/install.sh | sh
# 使用Homebrew包管理器
brew install uv
## cursor 安裝
{
"mcpServers": {
"serena": {
"command": "uvx",
"args": ["--from", "git+https://github.com/oraios/serena", "serena-mcp-server"]
}
}
}
##claude code 安裝
# 添加 Serena
claude mcp add serena -- uvx --from git+https://github.com/oraios/serena serena start-mcp-server --project $(pwd)
# 启动 Claude Code 并检查 MCP 状态
claude
# 检查 MCP 状态
/mcp