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.
npx claudepluginhub wonderwhy-er/desktopcommandermcp --plugin desktop-commanderAdd to your .mcp.json:
{
"mcpServers": {
"desktop-commander": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.