Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Kubb
Runs locally to provide Kubb code generation capabilities, including generating TypeScript clients, schemas, and API integration code from OpenAPI specifications.
npx claudepluginhub kubb-labs/kubb --plugin kubbCopy 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
Share bugs, ideas, or general feedback.