DesktopCommanderMCP

GitHub

This is MCP server for Claude that gives it terminal control, file system search and diff file editing capabilities

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "DesktopCommanderMCP": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-DesktopCommanderMCP"
      ]
    }
  }
}