Skip to main content
Glama
ttoino

Material Design MCP Server

by ttoino

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/server v2)

m3.material.ioはJavaScriptを多用するSPAであるため、このWorkerはPuppeteerを使用してクライアント側の<article>要素がレンダリングされるのを待ってからコンテンツを抽出します。

前提条件

セットアップ

# 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 dev

MCPエンドポイントは http://localhost:8787/mcp で利用可能です。

デプロイ

pnpm deploy

MCPツール

list_sections

Material Designのサイトマップからトップレベルのドキュメントセクションを返します。

入力: なし

出力例:

blog
components
develop
foundations
get-started
styles

get_page

特定のMaterial Designページに移動し、記事コンテンツを抽出してMarkdownに変換します。

入力:

  • pathm3.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"
        }
    }
}

ライセンス

MIT

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    2
    3
    Apache 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Provides programmatic access to Material Web documentation and components for AI agents, enabling documentation search, template generation, and HTML validation.
    7
    16
    1
    MIT

View all related MCP servers

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.).

View all MCP Connectors

Latest Blog Posts

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