# fathah/hermes-desktop | Model Context Protocol (MCP) Server > Desktop Companion for Hermes Agent - **Stars**: ⭐ 13,510 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "hermes-desktop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hermes-desktop" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "hermes-desktop": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-hermes-desktop" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-hermes-desktop` - **Docker**: `docker run -i --rm mcp/hermes-desktop`