dashy (MCP Server)

GitHub

๐Ÿš€ A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!

Claude Desktop Configuration

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

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