Catalog
Mzizi MCP
Officialby nyuchi
Read-only MCP over the Mzizi design system registry — nodes, components, ownership.
Read-only access to design system registry with components, nodes, and ownership information.
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
SUPABASE_URLdefault https://grjsboqkaywpwatvrzmy.supabase.coPublic Supabase project URL for the Mzizi registry. Defaults to the canonical project if unset.
SUPABASE_PUBLISHABLE_KEYrequiredPublic Supabase publishable (anon) key — RLS grants read-only access to component_documents.
claude_desktop_config.json
{
"mcpServers": {
"mzizi-mcp": {
"command": "npx",
"args": [
"-y",
"@nyuchi/mzizi-mcp@0.5.0-beta.2"
],
"env": {
"SUPABASE_URL": "https://grjsboqkaywpwatvrzmy.supabase.co",
"SUPABASE_PUBLISHABLE_KEY": "<YOUR_SUPABASE_PUBLISHABLE_KEY>"
}
}
}
}