Generate TypeScript types from OpenAPI 3 specs
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"openapi-typescript": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-openapi-typescript"
]
}
}
}