Skip to content
Cursor

UI Beats for Cursor

com.uibeats/mcp

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

client:Cursor transport:stdio runtime:npm

Install UI Beats in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

UI Beats in other clients