{"id":41437465,"url":"https://github.com/shantoislamdev/material-web-mcp","last_synced_at":"2026-01-23T14:43:32.019Z","repository":{"id":321803529,"uuid":"1087162085","full_name":"shantoislamdev/material-web-mcp","owner":"shantoislamdev","description":"An MCP server providing programmatic access to Material Web documentation for AI agents (Claude, Cursor, Cline, Copilot, etc.).","archived":false,"fork":false,"pushed_at":"2025-11-15T16:38:26.000Z","size":601,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-15T18:24:30.798Z","etag":null,"topics":["material-design","material-ui","material-web","mcp","mcp-server","mwc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shantoislamdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-31T13:24:25.000Z","updated_at":"2025-11-15T16:38:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"1df7abab-0799-459b-a406-227ce1f1509c","html_url":"https://github.com/shantoislamdev/material-web-mcp","commit_stats":null,"previous_names":["shantoislamdev/material-web-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shantoislamdev/material-web-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoislamdev%2Fmaterial-web-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoislamdev%2Fmaterial-web-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoislamdev%2Fmaterial-web-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoislamdev%2Fmaterial-web-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shantoislamdev","download_url":"https://codeload.github.com/shantoislamdev/material-web-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shantoislamdev%2Fmaterial-web-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28694457,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T14:15:13.573Z","status":"ssl_error","status_checked_at":"2026-01-23T14:09:05.534Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["material-design","material-ui","material-web","mcp","mcp-server","mwc"],"created_at":"2026-01-23T14:43:30.573Z","updated_at":"2026-01-23T14:43:31.996Z","avatar_url":"https://github.com/shantoislamdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Material Web MCP Server\n\n[![npm version](https://img.shields.io/npm/v/material-web-mcp.svg)](https://www.npmjs.com/package/material-web-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Node.js Version](https://img.shields.io/badge/Node.js-%3E%3D18.17-brightgreen.svg)](https://nodejs.org/)\n[![CI Status](https://img.shields.io/github/actions/workflow/status/shantoislamdev/material-web-mcp/ci.yml?branch=main\u0026label=CI)](https://github.com/shantoislamdev/material-web-mcp/actions/workflows/ci.yml)\n[![codecov](https://codecov.io/gh/shantoislamdev/material-web-mcp/graph/badge.svg?token=G2ZUHV6R4C)](https://codecov.io/gh/shantoislamdev/material-web-mcp)\n[![GitHub issues](https://img.shields.io/github/issues/shantoislamdev/material-web-mcp)](https://github.com/shantoislamdev/material-web-mcp/issues)\n\nAn MCP server providing programmatic access to Material Web documentation for AI agents (Claude, Cursor, Cline, Copilot, etc.).\n\n**Requirements:** Node.js \u003e= 18.17\n\n## Quick Start\n\nConnect to AI agents using npx (no installation required):\n\n```json\n{\n  \"mcpServers\": {\n    \"material-web\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"material-web-mcp\"]\n    }\n  }\n}\n```\n\n## Tools Overview\n\n- **list_components**: Returns JSON array of available Material Web components.\n- **search_docs**: Searches documentation for keywords (input: keyword string), returns matching paths with excerpts.\n- **health_check**: Verifies server uptime and documentation accessibility.\n- **get_component_doc**: Fetches full documentation for a specific component (input: component name).\n- **get_theming_docs**: Returns theming documentation for Material Web.\n- **get_installation_docs**: Returns installation and quick-start documentation.\n- **generate_template**: Generates basic HTML templates with Material Web components based on prompts (input: prompt string).\n- **validate_website**: Validates HTML code for correct Material Web component usage (input: HTML string).\n\n## Links\n\n- [ Contributing Guide](CONTRIBUTING.md) - How to contribute\n- [ Changelog](CHANGELOG.md) - Version history\n\n## Development\n\n### Quick Setup\n\n```bash\ngit clone https://github.com/shantoislamdev/material-web-mcp.git\ncd material-web-mcp\nnpm install\nnpm test\nnpm start\n```\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshantoislamdev%2Fmaterial-web-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshantoislamdev%2Fmaterial-web-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshantoislamdev%2Fmaterial-web-mcp/lists"}