Desktop Commander MCPServer

MrGNSS
GitHub
Command ExecutionFile ManagementMCP

Loading subscription status...

💡 Description

A server that enables Claude Desktop users to run terminal commands and manage processes on their computer through the Model Context Protocol (MCP), allowing for advanced file operations and command execution.

📝 JSON Entries

{
  "mcpServers": [
    {
      "desktop-commander": {
        "env": {},
        "args": [
          "-y",
          "@wonderwhy-er/desktop-commander"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

npxClaude Desktop

Features

  • Run terminal commands with output streaming
  • Manage long-running command sessions
  • File system operations including reading/writing files
  • Advanced editing capabilities for code

💬 Example Queries

  • Execute a command to list all running processes.
  • Edit a text file by replacing certain words.