# Ripple-TS/ripple | Model Context Protocol (MCP) Server > the elegant TypeScript UI framework - **Stars**: ⭐ 7,374 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "ripple": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ripple" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "ripple": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-ripple" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-ripple` - **Docker**: `docker run -i --rm mcp/ripple`