配置写到 ~/.claude.json 最下面
"mcpServers": {
"grep-mcp": {
"command": "uvx",
"args": [
"grep-mcp"
]
},
"iterm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"iterm-mcp"
],
"env": {}
},
"super-shell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"super-shell-mcp"
],
"env": {}
},
"sequential-thinking": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"git+https://github.com/arben-adm/mcp-sequential-thinking",
"--with",
"portalocker",
"mcp-sequential-thinking"
],
"env": {}
},
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp"
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"chrome-devtools": {
"command": "npx",
"args": [
"chrome-devtools-mcp@latest"
]
},
"playwright": {
"type": "stdio",
"command": "npx",
"args": [
"@playwright/mcp@latest"
],
"env": {}
},
"browser-tools-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"@agentdeskai/browser-tools-mcp@1.2.0"
],
"env": {}
},
"mcp-server-sqlite": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-sqlite",
"--db-path",
"/Users/gump/code/sqlite/test.db"
],
"env": {}
}
},
更多阅读 - Claude Code 用户常用的 MCP 服务器推荐:
https://ctok.ai/claude-code-popular-mcp-servers