claude code入门
3.安装context7 mcp server。1.先安装nodejs, 版本>18。
·
1.先安装nodejs, 版本>18
2.安装中转站
npm install -g https://aicodewith.com/claudecode/resources/package-download --registry=https://registry.npmmirror.com
3.安装context7 mcp server
claude mcp add context7 -s user -- npx -y @upstash/context7-mcp
4.安装Google Chrome Dev Tool
claude mcp add chrome-devtools npx chrome-devtools-mcp@latest --scope user
安装figma-mcp
claude mcp add figma npx figma-developer-mcp -s user

"figma": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"figma-developer-mcp",
"--figma-api-key=xxxx",
"--stdio"
],
"env": {}
}
mcp json
"mcpServers": {
"context7": {
"args": [
"/c",
"npx",
"-y",
"@upstash/context7-mcp"
],
"command": "cmd",
"env": {},
"type": "stdio"
},
"chrome-devtools": {
"command": "cmd",
"args": [
"/c",
"npx",
"-y",
"chrome-devtools-mcp",
"--browser-url=http://127.0.0.1:9222"
]
},
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
更多推荐
所有评论(0)