Material-You-app-list

GitHub

๐Ÿฆ A well organized & frequently updated collection of apps that supports material you design.

RAW Config

Claude Desktop Configuration

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

{
  "mcpServers": {
    "Material-You-app-list": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Material-You-app-list"
      ]
    }
  }
}