# carbon-design-system/carbon | Model Context Protocol (MCP) Server > A simple PHP API extension for DateTime. - **Stars**: ⭐ 16,608 - **Language**: PHP - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "carbon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-carbon" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "carbon": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-carbon" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-carbon` - **Docker**: `docker run -i --rm mcp/carbon`