Mui Mcp Cloudflare — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mui Mcp Cloudflare (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
This will deploy your Material UI MCP server to a URL like: mui-mcp.<your-account>.workers.dev/sse
This MCP server gives AI assistants instant access to Material UI's 50+ React components with 6 specialized tools:
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/sseCursor:
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"
]
}
}
}Deploy your own instance to Cloudflare Workers:
https://mui-mcp-cloudflare.<your-account>.workers.dev/sseclaude mcp add mui npx mcp-remote https://mui-mcp-cloudflare.<your-account>.workers.dev/sseOr manually edit your config:
{
"mcpServers": {
"mui": {
"command": "npx",
"args": [
"mcp-remote",
"https://mui-mcp-cloudflare.<your-account>.workers.dev/sse"
]
}
}
}For running using the Wrangler CLI:
# Install dependencies
npm install
# Run locally (starts on http://localhost:8787)
npm run devConnect to your local instance:
Claude Code:
claude mcp add mui npx mcp-remote http://localhost:8787/sseManual config:
{
"mcpServers": {
"mui": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}This MCP server fetches documentation directly from mui.com and provides structured information to AI assistants. It helps ensure:
When connected to Claude Code, you can ask questions like:
The MCP will provide accurate, up-to-date information with direct links to the official Material UI documentation.
To modify the MCP server, edit src/index.ts:
COMPONENTS constantthis.server.tool(...)COMPONENT_MAPThis project uses release-it with conventional changelog for versioning.
To create a new release:
npm run releaseThis will:
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 changeschore: update dependencies - Maintenance tasksBREAKING CHANGE: in commit body - Breaking changes (major version bump)See CHANGELOG.md for release history.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.