# orval-labs/orval | Model Context Protocol (MCP) Server > orval is able to generate client with appropriate type-signatures (TypeScript) from any valid OpenAPI v3 or Swagger v2 specification, either in yaml or json formats. 🍺 - **Stars**: ⭐ 6,163 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "orval": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-orval" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "orval": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-orval" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-orval` - **Docker**: `docker run -i --rm mcp/orval`