
Ai Canvas Mcp (@aicanvas/mcp)
@uiNerd16
About Ai Canvas Mcp (@aicanvas/mcp)
Browse and install 75+ free animated, shadcn-compatible React components from AI Canvas, each with AI reproduction prompts. Read-only MCP server over the live aicanvas.me registry; eight tools.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"aicanvas": {
"command": "npx",
"args": [
"-y",
"@aicanvas/mcp"
]
}
}
}Tools
9Return every category in the AI Canvas standalone component library, with the number of components in each. Use to orient before listing or searching — e.g. "what kinds of components are available?"
Return AI Canvas components, optionally filtered by category. Use after `list_categories` to drill into one, or pass no filter to browse everything. Each result includes slug, name, description, categories, screenshot URL, install command, and homepage URL — enough to evaluate without a separate `get_component` call. Pagination via `limit` and `offset`.
Fuzzy keyword search across component slug, name, description, categories, and tags. Returns best matches ranked by relevance. Use when the user describes what they want in their own words, e.g. "an animated card stack", "background with waves", "typography that reveals on scroll". Results include screenshot URLs and install commands for immediate evaluation.
Return the complete record for a single component: metadata + the entire .tsx source code as a string. Use after the user picks one from a search/list result and wants to see the implementation, or before installing if they want to inspect first. The source is the exact file the CLI install would write into a project.
Return the shadcn CLI command to install a single component into the user's project. After calling this, suggest the user run the command (or run it yourself if you have shell access). Requires shadcn-aware setup (Tailwind v4, components.json) — for projects without that, fall back to `get_component` and write the file manually.
Return every design system available on AI Canvas. A design system is a coordinated set of components plus shared tokens and utilities — installable in one CLI command. Use when the user asks about "themes", "design systems", or wants more than a single component.
Return all files for a design system in a single response — every component, plus shared tokens and utilities — ready to write into the user's project. Use when the user wants to adopt a whole system rather than pick individual components.
Return every ready-made template on AI Canvas. A template is a complete example screen built from one design system — a dashboard, a console, a control room — installable in one CLI command. Use to discover what full screens exist before fetching one with `get_template`, or when the user asks for "a dashboard" / "an admin screen" rather than a single component.
Return all files for a single template — the example composition plus every component it uses plus shared tokens. Use for "I want exactly this dashboard" / "give me the entire mission-control screen". One CLI command installs all files.
Overview
What is AI Canvas MCP?
AI Canvas MCP is a read-only Model Context Protocol server that lets AI editors (Claude Code, Codex, Cursor, etc.) search, inspect, and install animated React components, design systems, and templates from the AI Canvas catalog directly into a project. It serves developers who want to drop finished, open‑source UI code into their codebase or let their AI agent handle installation.
How to use AI Canvas MCP?
Connect the server to your AI editor with claude mcp add aicanvas -- npx -y @aicanvas/mcp or add it to your MCP configuration file. The server fetches the live registry at runtime and returns component source code and reproduction prompts. No additional setup is required; the server works out of the box with any MCP‑compatible editor.
Key features of AI Canvas MCP
- Read‑only server that fetches the live AI Canvas registry
- Lets AI agents search, inspect, and install components automatically
- Returns full React/TypeScript source code, not black‑box dependencies
- Supports reproduction prompts for Claude Code, Lovable, and V0
- Works with shadcn CLI, MCP, and direct prompt copying
- Open‑core: free components are MIT licensed; Premium is proprietary
Use cases of AI Canvas MCP
- Letting an AI agent install animated React components during a coding session
- Quickly adding a design system (e.g., Andromeda) or template to a new project
- Remixing a component by handing its reproduction prompt to a different AI editor
FAQ from AI Canvas MCP
What is the difference between AI Canvas MCP and the shadcn CLI?
The shadcn CLI installs components manually with npx shadcn@latest add @aicanvas/<slug>. AI Canvas MCP automates this by letting your AI editor search, inspect, and install components for you in the same way.
What runtime dependencies are required?
AI Canvas components are built with React, TypeScript, Tailwind CSS, and Framer Motion. 3D pieces use Three.js. They are designed for the Next.js App Router but work in any modern React setup.
Is AI Canvas MCP free?
Yes, the MCP server is free to use, and the free library of components is MIT licensed. Premium components, design systems, and templates are proprietary under the AI Canvas Premium License.
Where does the server fetch data from?
It fetches the live AI Canvas registry at runtime, so new components become available to your agent shortly after they are published. The server is read‑only and does not store any data locally.
What editors does AI Canvas MCP work with?
It works with any MCP‑compatible AI editor, including Claude Code, Codex, Cursor, and others.
Frequently asked questions
What is the difference between AI Canvas MCP and the shadcn CLI?
The shadcn CLI installs components manually with `npx shadcn@latest add @aicanvas/<slug>`. AI Canvas MCP automates this by letting your AI editor search, inspect, and install components for you in the same way.
What runtime dependencies are required?
AI Canvas components are built with React, TypeScript, Tailwind CSS, and Framer Motion. 3D pieces use Three.js. They are designed for the Next.js App Router but work in any modern React setup.
Is AI Canvas MCP free?
Yes, the MCP server is free to use, and the free library of components is MIT licensed. Premium components, design systems, and templates are proprietary under the AI Canvas Premium License.
Where does the server fetch data from?
It fetches the live AI Canvas registry at runtime, so new components become available to your agent shortly after they are published. The server is read‑only and does not store any data locally.
What editors does AI Canvas MCP work with?
It works with any MCP‑compatible AI editor, including Claude Code, Codex, Cursor, and others.
Basic information
More MCP servers
CoinLobster
CoinLobsterThe only MCP server with live whale trades across 15 exchanges plus on-chain DEX flow. Smart Money Radar, real liquidations and outcome-scored signals. No API key required.
fhirHydrant
faulkjOpen-source Node.js FHIR MCP server with SMART Backend Services, metadata-aware search/CRUD tools, compact responses, FHIRPath filtering, safe pagination, audit events, and terminology lookup.
Clipkit
clipkit-videoThe video infra for AI agents: compose motion-graphics video from one JSON document (open Clipkit Protocol), validate before it costs anything, preview stills in-chat, and render deterministic MP4s on a GPU runtime.
Capital.com MCP
capital-com-svCFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 81.31% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you understa

Subtext
Subtext by FullstorySession replay, built for agents. Subtext is agentic session review: it captures production sessions of your app and connects them to your coding agent — Claude Code, Cursor, Codex, Devin, your own harness — so it can
Comments