Stats
Actions
Tags
From Kubb
Runs a local MCP server using the Kubb CLI tool for generating TypeScript API clients from OpenAPI specs. Provides code generation and schema management capabilities.
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