# novuhq/novu | Model Context Protocol (MCP) Server > The open-source communication infrastructure for agents and products - **Stars**: ⭐ 39,488 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "novu": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-novu" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "novu": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-novu" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-novu` - **Docker**: `docker run -i --rm mcp/novu`