data-ai MCP Server
Open-core registry of animated React components, blocks, design systems, and templates. Real, editable code: install with one shadcn CLI command or let your AI agent pull it over MCP.
Discovered via github-topic:mcp and last synced 1mo ago.
1. Install the package
npx -y @aicanvas/mcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"aicanvas": {
"command": "npx",
"args": [
"-y",
"@aicanvas/mcp"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
What's there