# MaterializeInc/materialize | Model Context Protocol (MCP) Server > Materialize, a CSS Framework based on Material Design - **Stars**: ⭐ 38,857 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "materialize": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-materialize" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "materialize": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-materialize" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-materialize` - **Docker**: `docker run -i --rm mcp/materialize`