Cursor Plugin Guide

Cursor Plugin Guide

Cursor 2.5+ supports a packaged plugin, a .cursor-plugin/plugin.json manifest with the Visily skill and the MCP server config bundled together.

Before you start

  1. The Visily MCP works only on workspaces on a Pro or Business plan, where you are the workspace creator or have an editor license. Free workspaces and viewer/guest roles are not supported.
  2. Server URL: https://app.visily.ai/api/mcp

Install the Visily plugin in Cursor

You can install the Visily plugin from the Cursor UI or from the CLI. 

Install from Cursor

  1. Open Cursor Settings.
  2. Go to Plugins.
  3. In the Search or Paste link field, paste the Visily plugin repository: git@github.com:visily-app/mcp-plugins.git
  4. Follow the prompts to install the plugin.
  5. Reload Cursor if prompted.

Install from CLI

If you have cloned the plugin repository locally, open Cursor’s agent chat and run:
Quote
/add-plugin ./plugins/cursor
Or symlink for development:
Quote
ln -s "$(pwd)/plugins/cursor" ~/.cursor/plugins/local/visily
Then reload Cursor.

What you get after installation

After the plugin is installed:
  1. The visily MCP server appears under Settings → MCP (authorize via OAuth on first use).
  2. The Visily skill loads automatically when a Visily task is detected.

What the plugin includes

File
Purpose
.cursor-plugin/plugin.json
Plugin manifest (skill + MCP server)
skills/visily/SKILL.md
The Visily skill, shipped verbatim
.mcp.json
Registers the visily MCP server (remote, OAuth)
assets/Logo.svg
Brand icon

Need more help?
If this does not solve your issue, contact support and include a screenshot if possible.
    • Related Articles

    • Cursor: Set up the Visily MCP server

      Connect Cursor directly to the Visily MCP server by editing your MCP config (no plugin). Before you start The Visily MCP works only on workspaces on a Pro or Business plan where you are the workspace creator or have an editor license. Free workspaces ...
    • Claude Code Plugin Guide

      Install the Visily plugin from the marketplace to set up the MCP server and Visily skill together. The plugin includes usage rules and prompting guidance, so the agent can use Visily tools effectively out of the box. Before you start The Visily MCP ...
    • Codex Plugin Guide

      Install the Visily plugin from the marketplace to set up both the MCP server and the Visily skill in one place. Before you start The Visily MCP works only on workspaces on a Pro or Business plan, where you are the workspace creator or have an editor ...
    • Antigravity Skill Guide

      Antigravity has no marketplace plugin format, but it auto-discovers a project-local skill. Adding it gives the agent Visily usage rules and prompting guidance. Before you start The Visily MCP works only on workspaces on a Pro or Business plan, where ...
    • Kiro Power Guide

      Kiro's packaged format is a Power. The Visily Power bundles the MCP server config plus intent-based steering workflows, so the agent knows how to find boards, generate code, and apply themes. Before you start The Visily MCP works only on workspaces ...