homepage

GitHub

A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "homepage": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-homepage"
      ]
    }
  }
}