@kinetiqui/mcp
v0.2.0
Published
Model Context Protocol server for the Kinetiq motion design system — search, read, and install components from any AI agent.
Maintainers
Readme
@kinetiqui/mcp
Model Context Protocol server for the Kinetiq motion design system. It lets any MCP-capable AI agent (Claude Code, Cursor, etc.) search the catalog, read a component's source and docs, and get the exact install command — grounded in the live registry, with a bundled offline snapshot as a fallback.
Use it (no install)
npx @kinetiqui/mcpClaude Code
{
"mcpServers": {
"kinetiq": { "command": "npx", "args": ["-y", "@kinetiqui/mcp"] }
}
}Cursor
{
"mcpServers": {
"kinetiq": { "command": "npx", "args": ["-y", "@kinetiqui/mcp"] }
}
}Tools
list_catalog— every component, block, page and template, grouped and filterablesearch_components— rank the catalog by name, tagline, or keywordget_component— full metadata and source for one item, with its install commandget_install_command— the exactshadcn addline for any itemsget_motion_system— the five calibrated springs, the tween scale, and cascade rulesget_conventions— the authoring rules (AGENTS.md) as markdown
Plus resources for the machine catalog, the full-ingest reference, and the authoring conventions.
MIT licensed.
