# rajnandan1/kener | Model Context Protocol (MCP) Server > Stunning status pages, batteries included! - **Stars**: ⭐ 5,082 - **Language**: Svelte - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "kener": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kener" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "kener": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-kener" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-kener` - **Docker**: `docker run -i --rm mcp/kener`