Material Design MCP Server
MCP-сервер Material Design
Cloudflare Worker, предоставляющий сервер MCP (Model Context Protocol) для просмотра документации Material Design 3.
Возможности
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: Streamable HTTP (
@modelcontextprotocol/serverv2)
Поскольку m3.material.io является SPA с активным использованием JavaScript, воркер использует 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 devКонечная точка MCP доступна по адресу http://localhost:8787/mcp.
Развертывание
pnpm deployИнструменты MCP
list_sections
Возвращает разделы документации верхнего уровня из карты сайта Material Design.
Входные данные: отсутствуют
Пример вывода:
blog
components
develop
foundations
get-started
stylesget_page
Переходит на указанную страницу Material Design, извлекает содержимое статьи и преобразует его в Markdown.
Входные данные:
path— путь URL наm3.material.io(например,/foundations/overview)
Пример вывода:
## Accessibility & Material Design
**Accessibility by default** is a core design value for Material...Подключение MCP-клиента
Любой MCP-клиент, поддерживающий Streamable HTTP, может подключиться к:
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