Material Design MCP Server
Material Design MCP-Server
Ein Cloudflare Worker, der einen MCP (Model Context Protocol)-Server zum Durchsuchen der Material Design 3-Dokumentation bereitstellt.
Funktionen
list_sections— Entdecken Sie die obersten Dokumentationsabschnitte (Grundlagen, Komponenten, Stile usw.)get_page— Navigieren Sie zu jeder beliebigen Material Design-Seite und erhalten Sie deren Inhalt als sauberes Markdown
Related MCP server: mdbook-mcp-server
Architektur
Laufzeit: Cloudflare Workers (TypeScript,
nodejs_compat)Router: Hono
Browser-Automatisierung: Browser Run (Puppeteer-Bindung)
Markdown-Konvertierung: Workers AI
toMarkdown()MCP-Transport: Streamable HTTP (
@modelcontextprotocol/serverv2)
Da m3.material.io eine JavaScript-lastige SPA ist, verwendet der Worker Puppeteer, um auf das Rendern des clientseitigen <article>-Elements zu warten, bevor der Inhalt extrahiert wird.
Voraussetzungen
Node.js 18+
Ein Cloudflare-Konto mit:
Aktiviertem Browser Run
Aktiviertem Workers AI
Einrichtung
# Install dependencies
pnpm install
# Generate TypeScript types from wrangler.jsonc
pnpm run gen:cf-typesEntwicklung
# Start local dev server (connects to remote Cloudflare services)
pnpm devDer MCP-Endpunkt ist unter http://localhost:8787/mcp verfügbar.
Bereitstellung
pnpm deployMCP-Tools
list_sections
Gibt die obersten Dokumentationsabschnitte aus der Material Design-Sitemap zurück.
Eingabe: keine
Beispielausgabe:
blog
components
develop
foundations
get-started
stylesget_page
Navigiert zu einer bestimmten Material Design-Seite, extrahiert den Artikelinhalt und konvertiert ihn in Markdown.
Eingabe:
path— URL-Pfad aufm3.material.io(z. B./foundations/overview)
Beispielausgabe:
## Accessibility & Material Design
**Accessibility by default** is a core design value for Material...Verbinden eines MCP-Clients
Jeder MCP-Client, der Streamable HTTP unterstützt, kann sich verbinden mit:
https://<your-worker>.<your-subdomain>.workers.dev/mcpZum Beispiel mit Claude Desktop:
{
"mcpServers": {
"material-design": {
"url": "https://material-mcp.your-account.workers.dev/mcp"
}
}
}Lizenz
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables access to OpenTelemetry documentation by fetching and converting pages to markdown format and searching content using Google Custom Search. Provides comprehensive documentation lookup and search capabilities for OpenTelemetry concepts, instrumentation, and configuration.23Apache 2.0
- Alicense-qualityCmaintenanceEnables MCP clients to access and read mdbook documentation, including structure, content, and search.123MIT
- AlicenseAqualityCmaintenanceProvides programmatic access to Material Web documentation and components for AI agents, enabling documentation search, template generation, and HTML validation.7161MIT
- AlicenseAqualityCmaintenanceProvides AI agents with tools to access Material 3 design components, design tokens, icons, and accessibility guidelines across multiple frameworks.8306MIT
Related MCP Connectors
Search and read the StitchAPI docs: search_docs finds relevant sections, get_doc reads a page.
Get up-to-date, version-specific documentation and code examples from official sources directly in…
DevDocs.io keyless docs index + entry search + content (Angular, MDN, Rust, etc.).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ttoino/material-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server