{ "name": "desktop-commander", "displayName": "Desktop Commander", "version": "0.2.0", "description": "MCP server for terminal commands, process management, and file operations across text files, code, PDF, DOCX, Excel, images, and structured data", "author": { "name": "Desktop Commander", "email": "es@desktopcommander.app" }, "homepage": "https://desktopcommander.app", "repository": "https://github.com/wonderwhy-er/DesktopCommanderMCP", "license": "MIT", "keywords": [ "shell", "terminal", "filesystem", "process", "documents", "pdf", "spreadsheet", "desktop-commander" ], "skills": "./skills/", "mcpServers": { "desktop-commander": { "command": "npx", "args": ["-y", "@wonderwhy-er/desktop-commander@latest"] } } }