# gethomepage/homepage | Model Context Protocol (MCP) Server > A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations. - **Stars**: ⭐ 31,974 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "homepage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-homepage" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "homepage": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-homepage" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-homepage` - **Docker**: `docker run -i --rm mcp/homepage`