📦
Zed Mui MCP Server
A Zed extension for the documentation-retrieving Material UI MCP Server.
0 installs
Trust: 34 — Low
Docs
Ask AI about Zed Mui MCP Server
Powered by Claude · Grounded in docs
I know everything about Zed Mui MCP Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MUI MCP Server Extension for Zed
This extension provides a MCP server for retrieving Material UI from MUI documentation data directly from Zed.
Configuration
You don't need to configure anything to use this MCP server, but it does provide two optional fields if you'd to specify your usage a bit more:
Preferred Theme (optional)
Add which theme you want to have documentation information focused on:
{
"context_servers": {
"mcp-mui-server": {
"settings": {
"preferred_theme": "dark"
}
}
}
}
Component Filter (Optional)
Add which components you want to have documentation information focused on:
{
"context_servers": {
"mcp-mui-server": {
"settings": {
"component_filter": ["Button", "Card", "TextField"]
}
}
}
}
