Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Anima MCP Server
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:46:09 PM

Anima MCP Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "anima-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "anima-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Agent Grid MCP Server Guide

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 at app.agentgrid.io. For the full docs, see our help documentation.

What your agent can do

  • 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 an artifact: one git repo in your team's workspace, addressed by its sessionId.

Quick start: Claude Code plugin

Code
/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.

Installation & setup

Requirements

  • 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

Claude Code (manual)

  1. In your terminal (not inside Claude Code):
Terminal
claude mcp add --transport http anima https://api.agentgrid.io/v1/mcp
  1. Restart Claude Code
  2. Run /mcp, select anima, and authenticate in the browser
  3. (Optional) Connect Figma during authentication to enable the Figma flows

Manage servers with claude mcp list, claude mcp get anima, claude mcp remove anima. See Anthropic's MCP documentation.

OpenAI Codex

bash
codex mcp add anima --url https://api.agentgrid.io/v1/mcp

Or in ~/.codex/config.toml:

toml
[mcp_servers.anima]
url = "https://api.agentgrid.io/v1/mcp"

Then install the skill (recommended):

bash
codex skill install AnimaApp/mcp-server-guide/skills/anima

See OpenAI's Codex MCP documentation.

VS Code

  1. Cmd Shift P / Ctrl Shift P β†’ MCP: Add Server
  2. Select HTTP
  3. URL: https://api.agentgrid.io/v1/mcp
  4. Server ID: anima
  5. Choose global or workspace scope
config.json
{
  "servers": {
    "anima": {
      "type": "http",
      "url": "https://api.agentgrid.io/v1/mcp"
    }
  }
}

[!NOTE] MCP in VS Code requires GitHub Copilot. See VS Code's documentation.

Cursor

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

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

Click Connect to authenticate. See Cursor's documentation.

Any other client

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

No MCP? Use the CLI

The Anima CLI runs the same tools from a shell β€” no MCP server to configure:

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

Prompting your agent

Build something new

"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/..."

Edit an existing artifact

"The header on https://app.agentgrid.io/artifacts/xyz is broken on mobile β€” fix it."

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

Implement a Figma design in your own codebase

"Implement this Figma design in my project: https://figma.com/design/..."

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

Publish

"Publish it."

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

Design system access (Enterprise)

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

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

Best practices

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 from src/components/ui" beats "implement this design".

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

Troubleshooting

Common issues β€” async generation, create-type validation, git token expiry, publish semantics β€” are covered in the skill's troubleshooting reference.

MCP not recognized: confirm the server is configured in your tool and that authentication completed. Authentication issues: remove and re-add the server, clear cookies, restart your client.

What's in this repo

PathPurpose
skills/anima/SKILL.mdThe skill your agent reads
skills/anima/references/Tool reference, setup, git workflow, examples, troubleshooting
.claude-plugin/Claude Code plugin and marketplace manifests
.mcp.jsonMCP server the plugin installs
server.jsonMCP Registry entry
anima/SKILL.mdMirror of the skill, kept in sync by CI

Additional resources

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

Related MCP Servers

View all in Developer Tools View all alternatives
  • Forge Engine logoForge Engine

    Design source-of-truth for AI coding agents to read a project's systems and propose changes back.

    πŸ’» Developer Tools0 views
    Compare vs Forge Engine β†’
  • C
    Calm Mcp

    MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.

    πŸ’» Developer Tools0 views
    Compare vs Calm Mcp β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Anima MCP Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "anima-mcp-server": { "command": "npx", "args": ["-y", "Anima MCP Server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAnima MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/anima-mcp-server?style=directory)](https://allmcps.com/mcp/anima-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/anima-mcp-server"><img src="https://allmcps.com/api/badge/anima-mcp-server?style=directory" alt="Anima MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Anima MCP Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code