Material UI MCP Server

Material UI MCP Server

Provides AI assistants with comprehensive access to Material UI documentation, component details, and setup guides for building React applications. It enables searching through 50+ components and provides structured information on imports, customization, and best practices.

Category
Visit Server

README

Material UI MCP Server

A Model Context Protocol (MCP) server providing comprehensive access to the Material UI component library documentation. Deploy this MCP to help AI assistants like Claude Code build consistent, well-designed React applications using Material UI components.

🚀 Quick Deploy

Deploy to Cloudflare Workers

This will deploy your Material UI MCP server to a URL like: mui-mcp.<your-account>.workers.dev/sse

📋 What This MCP Provides

This MCP server gives AI assistants instant access to Material UI's 50+ React components with 6 specialized tools:

Available Tools

  1. list_components - Browse all 50+ available Material UI components
  2. get_component_info - Get component details, imports, and documentation links
  3. search_components - Find components by use case (forms, navigation, feedback, etc.)
  4. get_customization_guide - Learn Material UI's theming and styling system
  5. get_setup_guide - Installation and setup instructions for Material UI
  6. get_mui_guide - Comprehensive guide to Material UI documentation and best practices

Component Categories

  • Inputs: Text Field, Select, Checkbox, Radio Button, Switch, Slider, Autocomplete
  • Data Display: Table, List, Typography, Avatar, Badge, Chip, Tooltip, Timeline
  • Feedback: Alert, Dialog, Progress, Snackbar, Skeleton, Backdrop
  • Surfaces: Card, Paper, Accordion
  • Navigation: App Bar, Drawer, Tabs, Breadcrumbs, Menu, Stepper, Bottom Navigation
  • Layout: Box, Container, Grid, Stack, Image List, Masonry
  • Utils: Click Away Listener, CSS Baseline, Portal
  • And more: 50+ production-ready components

🔌 Installation

Option 1: Quick Start (if you don't want to deploy to Cloudflare or run your own locally)

Use the public Material UI MCP server to get started immediately:

Claude Code:

claude mcp add mui npx mcp-remote https://mui-mcp-cloudflare.jgentes.workers.dev/sse

Cursor:

Install in Cursor:

To install the Material UI MCP Server in Cursor, copy and paste the following link into your browser's address bar:

cursor://anysphere.cursor-deeplink/mcp/install?name=mui&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyJtY3AtcmVtb3RlIiwiaHR0cHM6Ly9tdWktbWNwLWNsb3VkZmxhcmUuamdlbnRlcy53b3JrZXJzLmRldi9zc2UiXX0=

Or manually add to your Cursor settings:

{
  "mcpServers": {
    "mui": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mui-mcp-cloudflare.jgentes.workers.dev/sse"
      ]
    }
  }
}

Option 2: Deploy Your Own

Deploy your own instance to Cloudflare Workers:

  1. Click the "Deploy to Cloudflare Workers" button at the top
  2. After deployment, your MCP will be available at: https://mui-mcp-cloudflare.<your-account>.workers.dev/sse
  3. Connect to Claude Code:
claude mcp add mui npx mcp-remote https://mui-mcp-cloudflare.<your-account>.workers.dev/sse

Or manually edit your config:

{
  "mcpServers": {
    "mui": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mui-mcp-cloudflare.<your-account>.workers.dev/sse"
      ]
    }
  }
}

Option 3: Local Server

For running using the Wrangler CLI:

# Install dependencies
npm install

# Run locally (starts on http://localhost:8787)
npm run dev

Connect to your local instance:

Claude Code:

claude mcp add mui npx mcp-remote http://localhost:8787/sse

Manual config:

{
  "mcpServers": {
    "mui": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

🛠️ How It Works

This MCP server fetches documentation directly from mui.com and provides structured information to AI assistants. It helps ensure:

  • Consistency - Correct Material UI component usage across projects
  • Efficiency - Quick component discovery prevents unnecessary custom development
  • Accuracy - Direct access to official documentation ensures proper implementation
  • Customization - Full support for Material UI's theming and styling system
  • Best Practices - Includes accessibility guidelines and proper usage patterns

📚 Example Usage

When connected to Claude Code, you can ask questions like:

  • "List all available Material UI components"
  • "Show me how to use the Button component"
  • "Find components for building forms"
  • "How do I set up Material UI theming?"
  • "What's the best way to customize Material UI components?"
  • "Show me data display components"

The MCP will provide accurate, up-to-date information with direct links to the official Material UI documentation.

🔧 Customization

To modify the MCP server, edit src/index.ts:

  • Update component lists in the COMPONENTS constant
  • Add new tools using this.server.tool(...)
  • Modify search categories in COMPONENT_MAP
  • Enhance documentation extraction methods

📦 Versioning & Releases

This project uses release-it with conventional changelog for versioning.

For Maintainers

To create a new release:

npm run release

This will:

  1. Prompt you to select version bump (patch/minor/major)
  2. Update package.json version
  3. Generate/update CHANGELOG.md from commit messages
  4. Create a git tag
  5. Push changes to GitHub
  6. Create a GitHub release

Commit Message Format

Use Conventional Commits format for automatic changelog generation:

  • feat: add new component tool - New features (minor version bump)
  • fix: correct component URL - Bug fixes (patch version bump)
  • docs: update installation guide - Documentation changes
  • chore: update dependencies - Maintenance tasks
  • BREAKING CHANGE: in commit body - Breaking changes (major version bump)

See CHANGELOG.md for release history.

📄 License

MIT

🙏 Credits

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured