服务器
Desktop Commander MCP
@wonderwhy-er
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
]
}
}
}