What is Figr MCP
MCP (Model Context Protocol) lets AI assistants access external tools and data. Figr MCP connects your Figr projects to AI coding environments, so you can reference designs, extract code, and understand design decisions without leaving your editor. With Figr MCP you can:- Access artifact code from your IDE
- Read design decisions and context
- Search across project files
- Explore project structure
- Get design-to-code context for implementation
Setup an MCP client
- Cursor
- Claude Code
- Google Antigravity
- Other Editors
- Open Cursor → Settings → Cursor Settings
- Click on Tools & Integrations
- Under MCP Tools, click + to add a custom MCP server
- Paste the code snippet into the mcp.json file and save
Connect the MCP server to your editor
Follow instructions for your specific editor to connect to the Figr MCP server,| Client | Support |
|---|---|
| Android Studio | ✓ |
| Claude Code | ✓ |
| Codex by OpenAI | ✓ |
| Cursor | ✓ |
| Google Antigravity | ✓ |
| Kiro | ✓ |
| Replit | ✓ |
| VS Code | ✓ |
| Warp | ✓ |
Prompt your MCP Server
To use Figr MCP, share your project link first. This tells the AI which Figr project to look at.What You Can Do
- See what’s in your project Ask to see all your designs, past conversations, and files.
- Read any design Open any artifact to see the code and how it was built.
- Understand why something was designed that way Get the full story behind a design, including the decisions and reasoning from your conversations with Figr.
- Search across everything Find specific elements, patterns, or text across all your designs at once.
- Check file details See when something was created, modified, or get other details about any file.
Use Cases
- Implementing designs: Get design context → understand decisions → implement with full context
- Finding patterns: Search across artifacts → read relevant files → apply consistent patterns
- Extracting code: Read artifact → copy component code → adapt to your codebase