Use Visily designs in AI coding agents for code, discovery, and theme tokens.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Visily is an AI design canvas that turns text prompts, screenshots, URLs & more into UI designs that are as easy to edit as a Google Slide. The Visily MCP server brings those designs into your AI coding agent: point it at a Visily board or screen and your agent can find it, turn it into application code, or pull its theme tokens.
[!NOTE] Access requirement. 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. This is enforced on every request.
Authentication is OAuth β your client prompts you to sign in to Visily on first use. There are no API keys to manage.
The current Visily MCP server URL is:
Each platform's drop-in files live under plugins/<platform>/.
Then reload Claude Code and run /mcp β select visily β complete the OAuth sign-in. Full
walkthrough: installation-guides/claude.md.
Cursor 2.5+ packaged plugin β install from a local clone in the agent chat:
Reload Cursor; the MCP server appears under Settings β MCP (OAuth on first use) and the
Visily skill loads automatically. Details: plugins/cursor/README.md.
Cline can connect directly to the hosted Visily MCP server with Streamable HTTP:
Full agent-readable install guidance: llms-install.md.
Authorize via OAuth on first use. Full walkthrough:
installation-guides/codex.md.
ChatGPT connects to remote MCP servers via Developer Mode custom connectors (Plus, Pro,
Business, or Enterprise). Enable Settings β Connectors β Advanced β Developer mode, add a
custom connector pointing at the server URL above, and complete OAuth. Then paste
plugins/chatgpt/AGENTS.md into a Project/GPT's instructions.
Steps: plugins/chatgpt/SETUP.md.
Copy plugins/antigravity/.agents/ into your project root and merge
plugins/antigravity/mcp_config.json into your global
MCP config. Details: installation-guides/antigravity.md.
Copy plugins/kiro/ into your Kiro powers directory (it contains POWER.md,
per-intent steering/ workflows, and mcp.json). Merge mcp.json into your Kiro MCP config
and authorize via OAuth. The Power activates on Visily URLs and find/build/theme intents.
Install the hosted Visily MCP server with a one-click Replit install link:
installation-guides/replit.md.
Commit plugins/lovable/AGENTS.md to your repo root and add the
Visily MCP connector in the Lovable UI. Details:
plugins/lovable/SETUP.md.
v0 supports custom MCP servers natively. Add the server URL above via
Settings β MCP Connections (or Add MCP in the prompt form) and authorize via OAuth,
then commit plugins/v0/AGENTS.md to your repo root. Details:
plugins/v0/SETUP.md.
Any client that supports Streamable-HTTP MCP can connect with this config:
This covers VS Code (Copilot), Windsurf, Cline, Gemini CLI, and similar tools. Check your client's docs for where MCP server config lives; OAuth runs on first use.
[!NOTE] Google AI Studio does not natively support MCP connectors yet (it only works through third-party browser bridges, which we don't recommend). For a Google-native option, use Firebase Studio, which supports MCP servers via
.idx/mcp.jsonβ drop the sameurlconfig there. We'll add a first-class recipe when AI Studio ships native MCP support.
Give the agent a Visily link and a clear intent. The agent extracts the IDs from the URL β it doesn't open the page.
Examples
https://app.visily.ai/projects/abc/boards/456/elements/789"src/components/ui components."globals.css."A Visily URL looks like:
The more intent your design carries, the better the generated code:
| Tool | Use |
|---|---|
get_design_context | Primary. Returns designData + theme + screenshot metadata for one element. |
get_screenshot | Fetch a screenshot for visual verification. |
get_board_theme | Board design system as shadcn tokens (JSON / CSS / Tailwind). |
list_workspaces, list_projects, list_boards, list_elements | Discovery / find-a-board. |
get_workspace, get_project, get_board, get_element, get_element_export | Advanced β metadata and raw exports rarely needed for the three use cases; prefer the tools above. |
The server also ships prompts (e.g. find_visily_board, generate_code_from_element,
apply_board_theme) and resources (visily://docs/...) that your agent reads on demand.
Set project-level guidance so output stays consistent β like onboarding notes for a new teammate.
Cursor (.cursor/rules/visily-quality.mdc):
Claude Code (CLAUDE.md):
plugins/ is generated from a single shared source (shared/) by scripts/build.mjs. To
change the integration, edit shared/ and run npm run build β never edit plugins/ by
hand. See CONTRIBUTING.md.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/visily)<a href="https://allmcps.com/mcp/visily"><img src="https://allmcps.com/api/badge/visily?style=directory" alt="Visily on AllMCPs" /></a>