Stats
Actions
Tags
From desktop-commander
Local stdio server providing desktop command execution capabilities, enabling Claude to run system commands on the user's machine. Runs via npx Node.js package.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander@latest"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub wonderwhy-er/desktopcommandermcp --plugin desktop-commander