This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"desktopcommandermcp": {
"command": "npx",
"args": [
"-y",
"wonderwhy-er/DesktopCommanderMCP"
]
}
}
}
Run in terminal:
claude mcp add desktopcommandermcp npx -y wonderwhy-er/DesktopCommanderMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"desktopcommandermcp": {
"command": "npx",
"args": [
"-y",
"wonderwhy-er/DesktopCommanderMCP"
]
}
}
}