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. ๐บ
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"orval": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-orval"
]
}
}
}