Desktop Companion for Hermes Agent
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"hermes-desktop": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hermes-desktop"
]
}
}
}