# rzashakeri/beautify-github-profile | Model Context Protocol (MCP) Server > This repository will assist you in creating a more beautiful and appealing github profile, and you will have access to a comprehensive range of tools and tutorials for beautifying your github profile. 🪄 ⭐ - **Stars**: ⭐ 12,308 - **Language**: Unknown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "beautify-github-profile": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-beautify-github-profile" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "beautify-github-profile": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-beautify-github-profile" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-beautify-github-profile` - **Docker**: `docker run -i --rm mcp/beautify-github-profile`