# StylishThemes/GitHub-Dark | Model Context Protocol (MCP) Server > :octocat: Dark GitHub style - **Stars**: ⭐ 9,931 - **Language**: CSS - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "GitHub-Dark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-GitHub-Dark" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "GitHub-Dark": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-GitHub-Dark" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-GitHub-Dark` - **Docker**: `docker run -i --rm mcp/GitHub-Dark`