Development|AI / ML|UtilitiesTypeScript
kubb
The Ultimate Toolkit for Generating Type-Safe API Clients, Hooks, and Validators.
N/A rating (0 reviews)0 installs1,679 GitHub stars
TypeScriptAPIMCP
Kubb allows you to convert Swagger and OpenAPI specifications into TypeScript code, providing a plugin ecosystem for extensibility. It supports a Model Context Protocol (MCP) server for AI assistants and offers CLI tools for easy setup and code generation.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"kubb": {
"args": [
"-y",
"kubb"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.