npx claudepluginhub animaapp/mcp-server-guideBuild apps, clone websites, implement Figma designs, and deploy to live URLs through Anima Playground.
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.
{
"mcpServers": {
"anima": {
"url": "https://public-api.animaapp.com/v1/mcp"
}
}
}
For more information, see Cursor's official documentation.
Other code editors and tools that support Streamable HTTP can also connect to the Anima MCP server.
If you're using a different editor or tool, check its documentation to confirm it supports Streamable HTTP based communication. If it does, you can manually add the Anima MCP server using this configuration:
{
"mcpServers": {
"anima": {
"url": "https://public-api.animaapp.com/v1/mcp"
}
}
}
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search