Desktop Commander runs on your own machine — the client starts it, so there is no endpoint to ping. 135 711 installs a week from npm. Last commit 17 Sep 2026.
MCP server for terminal commands, file operations, and process management
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
if (fs.existsSync('/.dockerenv')) {
postinstall: node dist/track-installation.js && node dist/npm-scripts/verify-ripgrep.js || node -e "process.exit(0)"
const rgProcess = spawn(rgPath, args, { windowsHide: true }); // Prevent visible console windows on Windows
fs.readFile(path.join(distDir, runtimeFileName), 'utf8')
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add desktop-commander -- npx -y @wonderwhy-er/desktop-commander
{
"mcpServers": {
"desktop-commander": {
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
],
"command": "npx"
}
}
}
[mcp_servers.desktop-commander]
command = "npx"
args = ["-y", "@wonderwhy-er/desktop-commander"]
{
"mcpServers": {
"desktop-commander": {
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"desktop-commander": {
"args": [
"-y",
"@wonderwhy-er/desktop-commander"
],
"command": "npx"
}
}
}
A Model Context Protocol (MCP) server for process management.
Desktop text workbench + MCP server: 22+ text processing tools for AI assistants
PayPal MCP server provides access to PayPal services and operations for AI assistants
MCP server for dbatools — exposes SQL Server management commands as MCP tools
MCP server for Jira Service Management Operations — alerts, on-call schedules and responders
MCP server for Generate-Data.com: dataset generation, AI schema design, Project management.
MCP server and web terminal for shared SSH sessions and reusable command sets.
BasicOps MCP server for project management, tasks, notes, and team collaboration.
Answers built from our own checks of this server.