Skip to content

uiplug/uiplug-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIPlug — Cursor plugin

Connect Cursor to UIPlug via the Model Context Protocol (MCP). Browse and search UI components, manage your profile, list groups, and submit components from the agent using uiplug-mcp.

Prerequisites

Install from marketplace

When published, install from Cursor → Marketplace and search for UIPlug.

Install manually (Git)

  1. Clone this repository:

    git clone git@github.com:uiplug/uiplug-in.git
    # or: git clone https://github.com/uiplug/uiplug-in.git
  2. Symlink or copy the repo folder into Cursor’s local plugins directory:

    mkdir -p ~/.cursor/plugins/local
    ln -sf /absolute/path/to/uiplug-in ~/.cursor/plugins/local/uiplug

    Use the folder you cloned into (if you renamed it, point ln at that path).

  3. Developer: Reload Window (or restart Cursor).

Configuration

The plugin runs the MCP server with:

npx -y uiplug-mcp

Set your API key so the process can authenticate:

Option A — Shell environment (recommended for global use)

# macOS / Linux (~/.zshrc or ~/.bashrc)
export UIPLUG_API_KEY="uiplug_sk_..."

Restart Cursor after changing your shell profile (or launch Cursor from a terminal so it inherits the variable).

Option B — Project .env (when using project-level MCP)

If you copy the MCP block into .cursor/mcp.json in a project, you can add:

"envFile": "${workspaceFolder}/.env"

and put UIPLUG_API_KEY=... in that project’s .env (never commit real keys).

Option C — Cursor / OS environment

Set UIPLUG_API_KEY in any environment Cursor inherits (system env vars, launch configuration, etc.).

Enable the MCP server

  1. Cursor SettingsTools & MCP.
  2. Find uiplug under Installed MCP Servers and turn it on.

Tools (high level)

Provided by uiplug-mcp (see npm package for the full list): browse/search components, profile and stats, list groups, create components, and more.

Local plugin layout

uiplug-in/
├── .cursor-plugin/
│   └── plugin.json    # manifest
├── assets/
│   └── logo.svg
├── .mcp.json          # MCP server definition
├── LICENSE
└── README.md

Publishing to the Cursor Marketplace

Repository: https://github.com/uiplug/uiplug-in

  1. Ensure the default branch on GitHub is public and up to date.
  2. Submit at cursor.com/marketplace/publish using that URL.

Security

  • Treat UIPLUG_API_KEY like a password; do not commit it.
  • Revoke and rotate keys from the dashboard if exposed.

License

MIT — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors