Skip to content
VS Code

UI Beats for VS Code

com.uibeats/mcp

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

client:VS Code transport:stdio runtime:npm

Install UI Beats in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

UI Beats in other clients