Claude Code Plugin Guide

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

  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
  3. All commands run in a normal terminal.
  4. The interactive /plugin panel is not required.

Add the marketplace

From a Git host:
Quote
# GitHub owner/repo
claude plugin marketplace add visily-app/mcp-plugins

# or a full git URL (SSH)
claude plugin marketplace add git@github.com:visily-app/mcp-plugins.git
Or from a local clone (run from the repo root):
Quote
claude plugin marketplace add ./
Claude Code requires local marketplace sources to be explicit relative paths (./ or ./path); a bare  "."  is rejected.
The marketplace name is visily (the name field in .claude-plugin/marketplace.json).

Install the plugin

Quote
claude plugin install visily@visily
The format is <plugin-name>@<marketplace-name>

Verify

Quote
claude plugin marketplace list   # confirm "visily" is registered
claude plugin list                        # confirm the plugin is installed

Authenticate (OAuth)

  1. Restart/reload Claude Code so the new MCP server config is picked up.
  2. Run /mcp, select visily, complete the OAuth login.
  3. Approve scopes (workspaces:read, boards:read, elements:read, design:read).

Updating

Quote
claude plugin marketplace update visily
claude plugin install visily@visily   # reinstall to pick up changes

Removing

Quote
claude plugin uninstall visily@visily
claude plugin marketplace remove visily
  1. Restart/reload Claude Code so the new MCP server config is picked up.
  2. Run /mcp, select visily, complete the OAuth login.
  3. Approve scopes (workspaces:read, boards:read, elements:read, design:read).
Need more help?
If this does not solve your issue, contact support and include a screenshot if possible.
    • Related Articles

    • Claude Code: Set up the Visily MCP server

      Connect Claude Code directly to the Visily MCP server (no plugin). Use this if you just want the tools without the packaged skill. Before you start The Visily MCP works only on workspaces on a Pro or Business plan where you are the workspace creator ...
    • 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 The Visily MCP works only on workspaces on a Pro or Business plan, where you are the ...
    • 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 ...
    • 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 ...
    • 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 ...