# carloscuesta/gitmoji-cli | Model Context Protocol (MCP) Server > A gitmoji interactive cli tool for using emojis on commits. 💻 - **Stars**: ⭐ 4,827 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gitmoji-cli": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gitmoji-cli" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gitmoji-cli": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gitmoji-cli" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gitmoji-cli` - **Docker**: `docker run -i --rm mcp/gitmoji-cli`