Material Design MCP Server
Material Design MCPサーバー
Material Design 3のドキュメントを閲覧するためのMCP (Model Context Protocol)サーバーを公開するCloudflare Workerです。
機能
list_sections— ドキュメントのトップレベルセクション(Foundations、Components、Stylesなど)を探索しますget_page— Material Designの任意のページにアクセスし、そのコンテンツをクリーンなMarkdownとして取得します
Related MCP server: mdbook-mcp-server
アーキテクチャ
ランタイム: Cloudflare Workers (TypeScript,
nodejs_compat)ルーター: Hono
ブラウザ自動化: Browser Run (Puppeteerバインディング)
Markdown変換: Workers AI
toMarkdown()MCPトランスポート: ストリーミングHTTP (
@modelcontextprotocol/serverv2)
m3.material.ioはJavaScriptを多用するSPAであるため、このWorkerはPuppeteerを使用してクライアント側の<article>要素がレンダリングされるのを待ってからコンテンツを抽出します。
前提条件
Node.js 18以上
Cloudflareアカウント(以下が有効であること):
Browser Run
Workers AI
セットアップ
# Install dependencies
pnpm install
# Generate TypeScript types from wrangler.jsonc
pnpm run gen:cf-types開発
# Start local dev server (connects to remote Cloudflare services)
pnpm devMCPエンドポイントは http://localhost:8787/mcp で利用可能です。
デプロイ
pnpm deployMCPツール
list_sections
Material Designのサイトマップからトップレベルのドキュメントセクションを返します。
入力: なし
出力例:
blog
components
develop
foundations
get-started
stylesget_page
特定のMaterial Designページに移動し、記事コンテンツを抽出してMarkdownに変換します。
入力:
path—m3.material.io上のURLパス(例:/foundations/overview)
出力例:
## Accessibility & Material Design
**Accessibility by default** is a core design value for Material...MCPクライアントへの接続
ストリーミングHTTPをサポートするすべてのMCPクライアントは、以下に接続できます:
https://<your-worker>.<your-subdomain>.workers.dev/mcp例えば、Claude Desktopの場合:
{
"mcpServers": {
"material-design": {
"url": "https://material-mcp.your-account.workers.dev/mcp"
}
}
}ライセンス
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