# karatelabs/karate | Model Context Protocol (MCP) Server > Test Automation Made Simple - **Stars**: ⭐ 8,913 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "karate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-karate" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "karate": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-karate" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-karate` - **Docker**: `docker run -i --rm mcp/karate`