artui

MCP server

Add artui's hosted MCP server to your AI coding assistant.

artui exposes its component docs as a hosted Model Context Protocol server. Wire it into your AI assistant once and the assistant can list components, fetch prop tables, pull working examples, look up WCAG criteria, and generate the exact install command, all without you pasting docs into the chat.

Add it to Claude Code

claude mcp add --transport http artui https://artui.vandervennet.art/api/mcp

That's the whole install. No npx, no local binary, no config file to edit.

Verify with /mcp inside Claude Code. artui should appear with six tools.

Other clients

Any MCP client that speaks Streamable HTTP works. Point it at:

https://artui.vandervennet.art/api/mcp

Tools

ToolPurpose
list_componentsEvery component with one-line summary and status.
get_component_docsFull reference for one component: props, do/don'ts, related.
get_component_examplesWorking code snippets, optionally filtered by variant.
search_componentsFree-text search ranked by simple relevance.
get_accessibility_guidelinesWCAG criteria and keyboard/screenreader notes.
get_installation_commandThe exact @artui/cli add ... command for a component.

On this page