Valdi (MCP Server)

GitHub

Valdi is a cross-platform UI framework that delivers native performance without sacrificing developer velocity.

Claude Desktop Configuration

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

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