Material Web
FreeNot checkedProvides programmatic access to Material Web documentation and components for AI agents, enabling documentation search, template generation, and HTML validation
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
- Contributing Guide - How to contribute
- Changelog - Version history
Development
Quick Setup
git clone https://github.com/shantoislamdev/material-web-mcp.git
cd material-web-mcp
npm install
npm test
npm start
Install Material Web in Claude Desktop, Claude Code & Cursor
unyly install material-web-mcpInstalls 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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
