io.github.petalframework/petal-components-mcp
io.github.petalframework/petal-components-mcpPhoenix LiveView component schemas from petal_components, exposed to AI coding assistants.
Tools · 3
Get the canonical steps for installing petal_components in a Phoenix project. Call this when the user asks to install petal_components, when you are setting up a new Phoenix project that needs UI comp…
List every component shipped by petal_components, the shadcn-style component library for Phoenix LiveView. This is the canonical Phoenix UI vocabulary - call it before composing any HEEx so you reach …
Get the full schema for one petal_components component: attrs, slots, defaults, allowed values, and a working HEEx usage example. Call this every time you are about to write a tag like <.button>, <.mo…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.petalframework/petal-components-mcp": {
"url": "https://mcp.petal.build/mcp",
"transport": "streamable-http"
}
}
}