Add the marketplace
From a Git host:
# 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):
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
claude plugin install visily@visily
The format is <plugin-name>@<marketplace-name>
Verify
claude plugin marketplace list # confirm "visily" is registered
claude plugin list # confirm the plugin is installed
Authenticate (OAuth)
- Restart/reload Claude Code so the new MCP server config is picked up.
- Run /mcp, select visily, complete the OAuth login.
- Approve scopes (workspaces:read, boards:read, elements:read, design:read).
Updating
claude plugin marketplace update visily
claude plugin install visily@visily # reinstall to pick up changes
Removing
claude plugin uninstall visily@visily
claude plugin marketplace remove visily
- Restart/reload Claude Code so the new MCP server config is picked up.
- Run /mcp, select visily, complete the OAuth login.
- 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.