material-mcp

ttoino/material-mcp
★ 0 stars TypeScript 🧠 Memory/Knowledge Updated today
MCP server to get Material Design documentation
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A Cloudflare Worker that exposes an [MCP (Model Context Protocol)](https://modelcontextprotocol.io/) server for browsing the [Material Design 3](https://m3.material.io/) documentation. - **`list_pages`** — List all documentation pages from the Material Design sitemap - **`get_page`** — Navigate any Material Design page and get its content as clean Markdown