AI Canvas

AI Canvas

Model Context Protocol server for AI Canvas. Search, inspect, and install open-source React and Tailwind components from the aicanvas.me registry directly in your AI editor.

Category
访问服务器

README

<p align="center"> <a href="https://aicanvas.me"> <img width="100%" alt="AI Canvas: open-source animated React and Tailwind components, design systems, and templates, installable with the shadcn CLI or your AI editor over MCP" src="https://ik.imagekit.io/aitoolkit/readme-banner.png" /> </a> </p>

<h1 align="center">AI Canvas</h1>

<p align="center"> <b>Open-source animated React and Tailwind components, design systems, and templates.</b><br/> Browse, copy, and ship. Or let your AI editor install them for you. </p>

<p align="center"> <a href="https://github.com/uiNerd16/aicanvas/stargazers"><img src="https://img.shields.io/github/stars/uiNerd16/aicanvas?style=flat&logo=github" alt="GitHub stars" /></a> <a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-A8B94D.svg" alt="License: MIT" /></a> <a href="https://www.npmjs.com/package/@aicanvas/mcp"><img src="https://img.shields.io/npm/v/%40aicanvas%2Fmcp?logo=npm&label=%40aicanvas%2Fmcp" alt="@aicanvas/mcp on npm" /></a> <img src="https://img.shields.io/badge/shadcn%20registry-%40aicanvas-000000.svg" alt="shadcn registry: @aicanvas" /> </p>

<p align="center"> <b><a href="https://aicanvas.me">Browse the live catalog at aicanvas.me</a></b> </p>

A growing collection of animated React components, plus a token-driven design system and ready-made templates. Every component arrives as real source code in your project, with an AI remix prompt that works in any AI coding tool. Open core: the free library is MIT, and Premium is proprietary.

Install

Add any component to your project with one command:

npx shadcn@latest add @aicanvas/task-cards

Starting a new project? Initialize first, then add:

npx shadcn@latest init        # new projects only
npx shadcn@latest add @aicanvas/task-cards

Three ways to use it

Path Command or action Best for
shadcn CLI npx shadcn@latest add @aicanvas/<slug> Dropping finished, open-source code straight into your repo
AI Canvas MCP npx -y @aicanvas/mcp Letting your AI editor search and install components for you
Remix with AI Copy a prompt from any component page Rebuilding a component your way in any AI coding tool

Browse the full catalog and copy the exact command for any component at aicanvas.me. pnpm dlx, yarn dlx, and bunx work too.

Why AI Canvas

  • Open core, free to start. The free library is MIT licensed, so you can use it in personal and commercial projects, modify it freely, and ship it without attribution. Premium components, design systems, and templates are proprietary.
  • Full source, yours to keep. Every component arrives as real React and TypeScript code in your codebase, not a black-box dependency. Restyle it, extend it, or ship it as is. It is yours.
  • Built for AI workflows. Install with the shadcn CLI, connect the MCP so your agent installs for you, or hand it a remix prompt that works in any AI coding tool.
  • Animated by default. Built with Framer Motion and Tailwind CSS, ready for the Next.js App Router or any modern React setup. 3D pieces use Three.js.

AI Canvas is free to start. Premium unlocks design systems, templates, and closed-source components.

Featured components

<table> <tr> <td align="center" width="25%"> <a href="https://aicanvas.me/components/particle-constellation"><img src="https://ik.imagekit.io/aitoolkit/particle-constellation.png" width="200" alt="Spider Web" /></a><br/> <a href="https://aicanvas.me/components/particle-constellation"><b>Spider Web</b></a><br/> Interactive silk web that reacts to your cursor </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/cube-carousel"><img src="https://ik.imagekit.io/aitoolkit/cube-carousel.png" width="200" alt="Cube Carousel" /></a><br/> <a href="https://aicanvas.me/components/cube-carousel"><b>Cube Carousel</b></a><br/> Drag-to-spin 3D photo cube </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/curious-ai"><img src="https://ik.imagekit.io/aitoolkit/curious-ai.png" width="200" alt="Curious AI" /></a><br/> <a href="https://aicanvas.me/components/curious-ai"><b>Curious AI</b></a><br/> Morphing 3D AI orb that follows your cursor </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/ripple-type"><img src="https://ik.imagekit.io/aitoolkit/ripple-type.png" width="200" alt="Ripple Type" /></a><br/> <a href="https://aicanvas.me/components/ripple-type"><b>Ripple Type</b></a><br/> SVG text that ripples on toggle </td> </tr> <tr> <td align="center" width="25%"> <a href="https://aicanvas.me/components/product-card-deck"><img src="https://ik.imagekit.io/aitoolkit/product-card-deck.png" width="200" alt="Product Card Deck" /></a><br/> <a href="https://aicanvas.me/components/product-card-deck"><b>Product Card Deck</b></a><br/> Flick-through draggable card deck </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/glass-music-player"><img src="https://ik.imagekit.io/aitoolkit/glass-music-player.png" width="200" alt="Glass Music Player" /></a><br/> <a href="https://aicanvas.me/components/glass-music-player"><b>Glass Music Player</b></a><br/> Glass mini player with spinning vinyl </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/andromeda-button"><img src="https://ik.imagekit.io/aitoolkit/andromeda-button.png" width="200" alt="Andromeda Button" /></a><br/> <a href="https://aicanvas.me/components/andromeda-button"><b>Andromeda Button</b></a><br/> Sci-fi blueprint button, five variants </td> <td align="center" width="25%"> <a href="https://aicanvas.me/components/glass-dock"><img src="https://ik.imagekit.io/aitoolkit/glass-dock.png" width="200" alt="Glass Dock" /></a><br/> <a href="https://aicanvas.me/components/glass-dock"><b>Glass Dock</b></a><br/> macOS-style dock with cursor magnification </td> </tr> </table>

Browse all components at aicanvas.me.

Use it with your AI editor (MCP)

Connect AI Canvas to your AI editor and let your agent search, inspect, and install components for you. Save tokens. Do not start from scratch.

claude mcp add aicanvas -- npx -y @aicanvas/mcp

Or add it to your MCP config:

{
  "mcpServers": {
    "aicanvas": {
      "command": "npx",
      "args": ["-y", "@aicanvas/mcp"]
    }
  }
}

Works with Claude Code, Codex, Cursor, and other MCP-compatible editors. The server is read-only and fetches the live registry at runtime, so new components reach your agent shortly after they ship. It returns published component source and remix prompts.

Design systems and templates

Beyond standalone components, AI Canvas ships Andromeda, a token-driven sci-fi and blueprint design system, with ready-made templates like Mission Control, Service Order, Resource Planning, and Signal Room. Installing an Andromeda component brings its source code plus the shared token bundle it depends on.

See it at aicanvas.me/design-systems/andromeda.

Repository layout

This repo holds the full AI Canvas source: the website and every free component. The component source lives here, not just the site.

Path What's there
components-workspace/<slug>/ Each free component: index.tsx source, prompts.ts remix prompt, spec.md
design-systems/andromeda/ The free Andromeda design system source: tokens, components, utilities
app/ The aicanvas.me website (Next.js App Router)
scripts/generate-registry.mjs Builds the shadcn registry JSON from the sources above

The @aicanvas registry files served at /r/*.json are generated at build time from components-workspace/ and design-systems/, so there is no checked-in registry/ folder. Run node scripts/generate-registry.mjs to produce them locally.

Tech stack

React and TypeScript, Tailwind CSS, and Framer Motion. Built for the Next.js App Router and works in any modern React setup. 3D components use Three.js.

Project status

AI Canvas is an actively maintained project. New components, design systems, and templates ship regularly. If AI Canvas saves you time, a star helps more builders find it.

Star History Chart

Contributing

AI Canvas is open source under MIT. Issues, ideas, and pull requests are welcome. Open an issue to suggest a component or report a bug.

License

The free library is MIT licensed. Use it in personal and commercial projects, modify it freely, and ship it without attribution. See LICENSE. Premium components, design systems, and templates are proprietary under the AI Canvas Premium License.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选