# unjs/consola | Model Context Protocol (MCP) Server > 🐨 Elegant Console Logger for Node.js and Browser - **Stars**: ⭐ 7,299 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "consola": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-consola" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "consola": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-consola" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-consola` - **Docker**: `docker run -i --rm mcp/consola`