Servers
Desktop Commander MCP
@wonderwhy-er
This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
]
}
}
}