This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"DesktopCommanderMCP": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-DesktopCommanderMCP"
]
}
}
}