67 字
1 分钟
Claude Code 安装 MCP Server

安装 uv 和 uvx。 以下配置在 cc-switch(Claude Code 配置切换工具)中使用。

postgres-mcp#

配置内容:

{
"postgres": {
"command": "uvx",
"args": [
"postgres-mcp",
"--access-mode=unrestricted"
],
"env": {
"DATABASE_URI": "postgresql://username:password@localhost:5432/dbname"
}
}
}

在 cc-switch 中安装。

playwright#

配置内容:

{
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest"
]
}
}

在 cc-switch 中安装。

Claude Code 安装 MCP Server
https://zhuyuqinlan.top/post/20260719184500/
作者
执着的牛战士
发布于
2026-07-19

评论

发表评论