Anima MCP Server

by animaapp

Not rated
GitHub

About

Connect AI coding agents to Anima Playground, Figma designs, and your team's design system. Bridge the gap between prototypes and production code.

Details

Author
animaapp
Categories
Cloud Service, Other, Design, Frontend, Developer Tools, Communication

Setup

Install Anima MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/animaapp/mcp-server-guide

Follow the installation instructions in the repository README, then restart your MCP client.

Connect AI coding agents to Anima Playground, Figma designs, and your team's design system. Bridge the gap between prototypes and production code.

Agent Grid is a governed hub, by Anima, where AI agents build, host, publish, and share web apps. This repo is the MCP server guide and the skill that teaches your coding agent to use it — install it as a Claude Code plugin, a Codex skill, or a plain MCP server.

Agent Grid lives atapp.agentgrid.io. For the full docs, see ourhelp documentation.

- Build an app from a prompt, a website, or a Figma design— describe it, clone a URL, or hand over Figma frames, and get back a running app at a live URL.
- Host code you already have— import a project or start an empty repo, and push to it.
- Edit any artifact over git— every artifact is a real git repository; clone, commit, push.
- Publish to a live public URL— and take it down again.
- Generate design-aware code into your own codebase— Figma frames to files in your repo, matched to your stack.

Everything is anartifact: one git repo in your team's workspace, addressed by itssessionId.

/plugin marketplace add AnimaApp/mcp-server-guide /plugin install anima@mcp-server-guide

This configures the MCP server and installs the skill. Authenticate when prompted. That's it.

- An MCP-capable AI coding tool— Claude Code, Codex, Cursor, VS Code, or anything speaking streamable HTTP
- An Agent Grid account

Server URL:https://api.agentgrid.io/v1/mcp·Transport:streamable HTTP
- In your terminal (not inside Claude Code):

claude mcp add --transport http anima https://api.agentgrid.io/v1/mcp

- Restart Claude Code
- Run/mcp, selectanima, and authenticate in the browser
- (Optional) Connect Figma during authentication to enable the Figma flows

Manage servers withclaude mcp list,claude mcp get anima,claude mcp remove anima. SeeAnthropic's MCP documentation.

codex mcp add anima --url https://api.agentgrid.io/v1/mcp
[mcp_servers.anima] url = "https://api.agentgrid.io/v1/mcp"
codex skill install AnimaApp/mcp-server-guide/skills/anima

SeeOpenAI's Codex MCP documentation.
- Cmd Shift P/Ctrl Shift PMCP: Add Server
- SelectHTTP
- URL:https://api.agentgrid.io/v1/mcp
- Server ID:anima
- Choose global or workspace scope

{ "servers": { "anima": { "type": "http", "url": "https://api.agentgrid.io/v1/mcp" } } }

[!NOTE] MCP in VS Code requiresGitHub Copilot. SeeVS Code's documentation.

Cursor > Settings > Cursor Settings > MCP > + Add new global MCP server:

{ "mcpServers": { "anima": { "url": "https://api.agentgrid.io/v1/mcp" } } }

ClickConnectto authenticate. SeeCursor's documentation.

{ "mcpServers": { "anima": { "url": "https://api.agentgrid.io/v1/mcp" } } }

TheAnima CLIruns the same tools from a shell — no MCP server to configure:

npx @animaapp/cli@latest login npx @animaapp/cli@latest create -t p2c -p "SaaS dashboard with sidebar and analytics"

"Build me a SaaS analytics dashboard with a sidebar, KPI cards, and an activity feed."

Your agent creates an artifact, waits for the build, and hands back a live preview URL. Ask for variants and it can generate several in parallel to compare.

Clone a site or implement a Figma design as a live app

"Clone stripe.com/payments into an app." "Turn this Figma frame into a working site:https://figma.com/design/..."

"The header onhttps://app.agentgrid.io/artifacts/xyzis broken on mobile — fix it."

The agent clones the artifact's git repo, fixes it, and pushes. Content changes always go through git.

The agent generates code matched to your stack and uses the returned design snapshots as visual reference.

Publishing makes an app public to the world — it isn't needed just to share, since the artifact URL is already viewable.

"Implement a login form following our design system, using this Figma URL: ..."

Design system setup is done with our team.Contact usto get it configured.

Describe intent, not CSS.Agent Grid is design-aware; hex values and pixel dimensions in a prompt override that and produce generic results. Say what it's for, who it's for, and the 3–5 features that matter.

Be specific when implementing."Implement the login form using our existing Button and Input components fromsrc/components/ui" beats "implement this design".

Break down large designs.Header first, then the card grid, then the footer. Focused requests are more accurate.

Common issues — async generation, create-type validation, git token expiry, publish semantics — are covered inthe skill's troubleshooting reference.

- Agent Grid
-
Anima MCP documentation
-
Anima CLI
-
Contact us for Enterprise features

Integrates Cursor AI with Figma to read and programmatically modify designs.

Integrate Figma design data with AI coding tools using a local MCP server.

Access and interact with Figma files and prototypes directly from AI agents.

Enables AI assistants to interact with and automate Figma designs programmatically.

Figma MCP server for accessing Figma files, projects, comments, components, and design metadata from Claude, Cursor, and other AI agents.

Connects to the Figma API, allowing AI tools to access and interact with your Figma designs.

Enables AI assistants to interact with Figma via WebSocket for reading data and design analysis.

A server for integrating with Figma, allowing you to interact with your design files.

A growing collection of MCP tools for Android Development. Currently features a deterministic Figma-SVG-to-Android-XML converter, with plans for Gradle analysis, Resource management, and ADB integration tools.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.