# posquit0/Awesome-CV | Model Context Protocol (MCP) Server > :page_facing_up: Awesome CV is LaTeX template for your outstanding job application - **Stars**: ⭐ 28,272 - **Language**: TeX - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Awesome-CV": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-CV" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Awesome-CV": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Awesome-CV" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Awesome-CV` - **Docker**: `docker run -i --rm mcp/Awesome-CV`