Stats
Actions
Tags
From Kubb
Runs locally to provide Kubb code generation capabilities, including generating TypeScript clients, schemas, and API integration code from OpenAPI specifications.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"kubb": {
"command": "npx",
"args": [
"kubb",
"mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub kubb-labs/kubb --plugin kubb