Skip to content
VS Code

Anima MCP Server for VS Code

io.github.animaapp/anima

Connect AI coding agents to Anima Playground, Figma, and your design system.

client:VS Code transport:streamable-http

Install Anima MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "anima": {
      "type": "http",
      "url": "https://public-api.animaapp.com/v1/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Anima MCP Server in other clients