Skip to content
Zed

UI Beats for Zed

com.uibeats/mcp

MCP server for UI Beats. Let your coding agent search, read and install animated React components.

client:Zed transport:stdio runtime:npm

Install UI Beats in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@uibeats/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

UI Beats in other clients