zed-mui-mcp-server

danilo-leal/zed-mui-mcp-server

3.2

If you are the rightful owner of zed-mui-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MUI MCP Server Extension for Zed allows users to access Material UI documentation data directly from the Zed platform, enhancing the development experience by providing relevant information in a streamlined manner.

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"]
      }
    }
  }
}

Further Information