Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Material Web

БесплатноНе проверен

Provides programmatic access to Material Web documentation and components for AI agents, enabling documentation search, template generation, and HTML validation

GitHubEmbed

Описание

Provides programmatic access to Material Web documentation and components for AI agents, enabling documentation search, template generation, and HTML validation.

README

npm version License: MIT Node.js Version CI Status codecov GitHub issues

An MCP server providing programmatic access to Material Web documentation for AI agents (Claude, Cursor, Cline, Copilot, etc.).

Requirements: Node.js >= 18.17

Quick Start

Connect to AI agents using npx (no installation required):

{
  "mcpServers": {
    "material-web": {
      "command": "npx",
      "args": ["-y", "material-web-mcp"]
    }
  }
}

Tools Overview

  • list_components: Returns JSON array of available Material Web components.
  • search_docs: Searches documentation for keywords (input: keyword string), returns matching paths with excerpts.
  • health_check: Verifies server uptime and documentation accessibility.
  • get_component_doc: Fetches full documentation for a specific component (input: component name).
  • get_theming_docs: Returns theming documentation for Material Web.
  • get_installation_docs: Returns installation and quick-start documentation.
  • generate_template: Generates basic HTML templates with Material Web components based on prompts (input: prompt string).
  • validate_website: Validates HTML code for correct Material Web component usage (input: HTML string).

Links

Development

Quick Setup

git clone https://github.com/shantoislamdev/material-web-mcp.git
cd material-web-mcp
npm install
npm test
npm start

MIT License

from github.com/shantoislamdev/material-web-mcp

Установка Material Web

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/shantoislamdev/material-web-mcp

FAQ

Material Web MCP бесплатный?

Да, Material Web MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Material Web?

Нет, Material Web работает без API-ключей и переменных окружения.

Material Web — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Material Web в Claude Desktop, Claude Code или Cursor?

Открой Material Web на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Material Web with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai