Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Material Web

FreeNot checked

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

GitHubEmbed

About

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

Install Material Web in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install material-web-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add material-web-mcp -- npx -y material-web-mcp

FAQ

Is Material Web MCP free?

Yes, Material Web MCP is free — one-click install via Unyly at no cost.

Does Material Web need an API key?

No, Material Web runs without API keys or environment variables.

Is Material Web hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Material Web in Claude Desktop, Claude Code or Cursor?

Open Material Web on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Material Web with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs