Claude Desktop Restart
Enables automated restarts of Claude Desktop on macOS by leveraging psutil to safely terminate and relaunch the application process.
5 stars
0 tools
Created Aug 2025
@non-dirty/non-dirty-claude-desktop-restart-restartAbout
Enables automated restarts of Claude Desktop on macOS by leveraging psutil to safely terminate and relaunch the application process.
Categories
general
Installation
npm
npm install @non-dirty/non-dirty-claude-desktop-restart-restart
Configuration
{
"mcpServers": {
"non-dirty-claude-desktop-restart-restart": {
"command": "npx",
"args": [
"-y",
"@non-dirty/non-dirty-claude-desktop-restart-restart"
]
}
}
}