MCP Server for Mishka Chelekom component library.
Provides tools and resources for AI assistants to:
- List available components
- Get component details (variants, colors, sizes)
- Generate mix commands for component creation
- Get HEEx code examples
Usage
Start the server with:
iex -S mixThe server runs on http://localhost:4003/mcp
Connecting AI Tools
Claude Code
claude mcp add --transport http mishka-chelekom http://localhost:4003/mcpCursor / VSCode (.mcp.json)
{
"mcpServers": {
"mishka-chelekom": {
"type": "http",
"url": "http://localhost:4003/mcp"
}
}
}