# google/filament | Model Context Protocol (MCP) Server > A powerful open-source UI framework for Laravel • Build and ship apps & admin panels fast with Livewire - **Stars**: ⭐ 31,774 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "filament": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filament" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "filament": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filament" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-filament` - **Docker**: `docker run -i --rm mcp/filament`