Higgsfield for Cursor

August 22, 2026 · View on GitHub

Generate images, videos, and complete creative workflows using Higgsfield MCP from Cursor.

Installation

Cursor Marketplace

In Cursor, type /add-plugin in chat, search for Higgsfield, and install it.

You can also install directly from Cursor Marketplace.

From source (local development)

Cursor scans ~/.cursor/plugins/local/<plugin-name>/ for local plugins. Copy this repo into that directory:

git clone https://github.com/higgsfield-ai/cursor-plugin.git
mkdir -p ~/.cursor/plugins/local
rsync -a --delete --exclude='.git' cursor-plugin/ ~/.cursor/plugins/local/higgsfield/

Reload Cursor: Cmd-Shift-P → Developer: Reload Window.

Verify:

  • Customize → Plugins lists Higgsfield.
  • Customize → MCPs shows higgsfield. The first connection prompts authentication.

The copy-based setup above matches the packaged Marketplace layout. Current Cursor versions also support symlinking the repository for local iteration.

Updating

After pulling new commits, re-run the rsync and reload Cursor:

cd cursor-plugin && git pull
rsync -a --delete --exclude='.git' ./ ~/.cursor/plugins/local/higgsfield/

Uninstall

rm -rf ~/.cursor/plugins/local/higgsfield

then reload Cursor.

License

See LICENSE.

Support