From claude-orchestration
Runs locally via npx as an MCP server for Material-UI (MUI), providing tools, resources, and prompt templates for MUI components in React applications.
npx claudepluginhub markus41/claude --plugin writing-plans-enhancedAdd to your .mcp.json:
{
"mcpServers": {
"mui-mcp": {
"command": "npx",
"args": [
"-y",
"@mui/mcp@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.