home / mcp / anima mcp server

Anima MCP Server

Provides access to Anima Playground and Figma designs through MCP, enabling code generation aligned with your design system.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "animaapp-mcp-server-guide": {
      "url": "https://public-api.animaapp.com/v1/mcp"
    }
  }
}

You connect your AI coding assistant to Anima Playground, Figma designs, and your design system through the Anima MCP Server. This integration lets your AI fetch projects, read patterns, and generate production-ready code aligned with your designs and components.

How to use

Once you have the Anima MCP Server configured in your MCP client, you can prompt your agent to access Anima Playground projects or Figma designs and have it implement code in your project.

Handoff from Anima Playground

Copy the link to an Anima Playground and prompt your agent to implement it.

What happens when you hand off a playground

The AI downloads the playground project, reads relevant files, understands patterns, and implements an adapted version in your codebase.

Figma to code

Copy a Figma design link and prompt your agent to implement this design using Anima MCP.

Design system access (Enterprise)

Reference your team’s design system directly when implementing features. The AI pulls your design system documentation and builds using established components and patterns.

Getting started tips

Be specific about which feature you want. The AI will identify the relevant files and adapt the code to fit your project’s patterns.

Troubleshooting

If you cannot access a playground or a Figma design, verify access permissions and sign-in status for the respective services.

Available tools

handoff_playground

Fetch and integrate code from an Anima Playground into your local project by using the MCP workflow.

figma_to_code

Fetch a Figma design via MCP and generate production-ready code in your codebase.

design_system_access

Reference and implement components from your design system during code generation when using the Enterprise features.