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/mcpThat'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/mcpTools
| Tool | Purpose |
|---|---|
list_components | Every component with one-line summary and status. |
get_component_docs | Full reference for one component: props, do/don'ts, related. |
get_component_examples | Working code snippets, optionally filtered by variant. |
search_components | Free-text search ranked by simple relevance. |
get_accessibility_guidelines | WCAG criteria and keyboard/screenreader notes. |
get_installation_command | The exact @artui/cli add ... command for a component. |