Home › Development › Desktop Commander
Desktop Commander
MCP server for terminal commands, file operations, and process management
Topics: Coding Agents
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.2.51)
npx -y @wonderwhy-er/desktop-commander@0.2.51
Or add to your MCP client config:
{
"mcpServers": {
"desktopcommandermcp": {
"command": "npx",
"args": [
"-y",
"@wonderwhy-er/desktop-commander@0.2.51"
]
}
}
}
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Agent-MCP
A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry