Connect AI coding agents to Anima Playground, Figma, and your design system.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-animaapp-anima": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
The Anima MCP server connects your AI coding assistant directly to Anima Playground, Figma designs, and your team's design system. It bridges the gap between PM prototypes and production code.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Asynchronous coordination layer for AI coding agents: identities, inboxes, searchable threads, and advisory file leases over FastMCP + Git + SQLite
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
MCP Security Weekly
Get CVE alerts and security updates for io.github.AnimaApp/anima and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Anima MCP server connects your AI coding assistant directly to Anima Playground, Figma designs, and your team's design system. It bridges the gap between PM prototypes and production code.
For the complete set of Anima MCP server docs, see our help documentation.
Handoff Anima playgrounds to coding agents
Pull code from any Anima Playground into your local environment. The AI downloads the project, reads relevant files, understands patterns, and implements an adapted version in your codebase.
Figma to code
Convert Figma designs directly to code through your AI coding agent with high fidelity. Your agent uses Anima MCP to fetch the design and generate production-ready code.
Design system access (Enterprise)
Reference your team's design system directly when implementing features. The AI pulls your design system docs and builds using your team's established components and patterns.
/plugin marketplace add AnimaApp/mcp-server-guide
/plugin install anima@mcp-server-guide
This installs the Anima plugin, which auto-configures the MCP server and adds the Anima skill. Authenticate when prompted. That's it.
For other editors (VS Code, Cursor), see the manual setup below.
Different MCP clients require slightly different setups. Follow the instructions below for your specific client.
claude mcp add --transport http anima https://public-api.animaapp.com/v1/mcp
/mcp to open the MCP menuUse these commands to manage servers:
claude mcp listclaude mcp get animaclaude mcp remove animaFor more information, see Anthropic's official documentation.
codex mcp add anima --url https://public-api.animaapp.com/v1/mcp
Or add it directly to your ~/.codex/config.toml:
[mcp_servers.anima]
url = "https://public-api.animaapp.com/v1/mcp"
To install the Anima skill (recommended):
codex skill install AnimaApp/mcp-server-guide/skills/anima
For more information, see OpenAI's Codex MCP documentation.
Cmd Shift P (Mac) or Ctrl Shift P (Windows) to search for MCP:Add ServerHTTPhttps://public-api.animaapp.com/v1/mcpanimaYour mcp.json will look like:
{
"servers": {
"anima": {
"type": "http",
"url": "https://public-api.animaapp.com/v1/mcp"
}
}
}
[!NOTE] You must have GitHub Copilot enabled on your account to use MCP in VS Code.
For more information, see VS Code's official documentation.
... [View full README on GitHub](https://github.com/AnimaApp/mcp-server-guide#readme)