Visily MCP
Brings Visily designs into AI coding agents, enabling design-to-code generation, board discovery, and theme token application.
README
Visily MCP
The Visily MCP server brings your Visily 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 — using your Visily design system as the source of truth.
[!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.
What you can do
- Turn a Visily design into code. Generate production-ready code from a Visily screen or board — whether the UI was AI-generated in Visily or hand-authored. The agent rebuilds semantic, responsive components (default stack: React + TypeScript + Tailwind v4 + shadcn/ui) instead of pasting a static export.
- Find a board or screen and get its link. Ask for a design by description ("the board I was working on for the 4.6 release") and the agent returns a link to open it — without leaving your editor.
- Apply a board's theme. Pull a board's design system as shadcn/Tailwind v4 tokens and apply it to another app's styling.
Install & connect
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:
https://app.visily.ai/api/mcp
Each platform's drop-in files live under plugins/<platform>/.
Claude Code
claude plugin marketplace add visily-app/mcp-plugins
claude plugin install visily@visily
Then reload Claude Code and run /mcp → select visily → complete the OAuth sign-in. Full
walkthrough: installation-guides/claude.md.
Cursor
Cursor 2.5+ packaged plugin — install from a local clone in the agent chat:
/add-plugin ./plugins/cursor
Reload Cursor; the MCP server appears under Settings → MCP (OAuth on first use) and the
Visily skill loads automatically. Details: plugins/cursor/README.md.
Codex
codex plugin marketplace add visily-app/mcp-plugins
codex plugin add visily@visily
Authorize via OAuth on first use. Full walkthrough:
installation-guides/codex.md.
ChatGPT
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.
Antigravity
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.
Kiro
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.
Lovable
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 (Vercel)
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.
Other editors (Streamable HTTP)
Any client that supports Streamable-HTTP MCP can connect with this config:
{
"mcpServers": {
"visily": {
"url": "https://app.visily.ai/api/mcp"
}
}
}
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.
Prompting your agent
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
- "Find the Visily board I was working on for the 4.6 release and give me the link."
- "Build this Visily screen as React + Tailwind:
https://app.visily.ai/projects/abc/boards/456/elements/789" - "Implement this board in Next.js, reusing my
src/components/uicomponents." - "Apply my Visily board theme to this app's
globals.css."
A Visily URL looks like:
https://app.visily.ai/projects/{projectId}/boards/{boardId}/elements/{elementId}
Structure your Visily file for better code
The more intent your design carries, the better the generated code:
- Name your screens and key groups semantically in Visily — names flow into the export and into the link-matching for "find my board."
- Lean on Visily's theme / design system so the agent can apply real tokens instead of guessing colors and radii.
- Ask for one screen at a time for large boards — smaller selections produce more reliable results.
Tools
| 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.
Custom rules (optional)
Set project-level guidance so output stays consistent — like onboarding notes for a new teammate.
Cursor (.cursor/rules/visily-quality.mdc):
---
description: Visily code-generation rules
alwaysApply: false
---
- Treat Visily `designData` as a reference, not final code — rebuild semantically.
- Apply the Visily `theme` tokens; never hardcode hex, radii, or spacing.
- Reuse existing components in `src/components/ui` instead of duplicating.
- Verify against `get_screenshot` for 1:1 layout before finishing.
Claude Code (CLAUDE.md):
## Visily MCP rules
- Treat Visily `designData` as a reference, not final code — rebuild semantically.
- Apply the Visily `theme` tokens; never hardcode hex, radii, or spacing.
- Reuse existing components instead of duplicating; verify with `get_screenshot`.
How this repo is built
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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。