#181 · Primary category: AI Coding Assistants

kubb

axios claude codegen faker kubb mcp msw openapi plugin-manager react react-query solid svelte swagger swr typescript vue zod zodios

🧡 The meta framework for code generation. Automate OpenAPI to type-safe TypeScript, Zod, and TanStack Query with a modular, plugin-based engine.

Project last updated:08/29/26

GitHub Stars

1.8K

Forks

145

Contributors

97

License

MIT

Why we included this project

Kubb takes an OpenAPI or Swagger spec and generates the TypeScript layer that talks to it: types, axios or fetch clients, TanStack Query and SWR hooks, Zod validators, Faker mocks, and MSW handlers. A plugin system lets you enable only the pieces you actually use, so the output stays lean. The MCP server is the part that matters for AI-assisted work: it exposes generation as a Model Context Protocol tool, so an assistant like Claude or Cursor can regenerate clients and types from a spec conversationally instead of you running the CLI by hand. For teams with API-heavy TypeScript frontends, that's a practical way to keep generated code in sync with a changing contract. It's a build-time tool rather than a runtime service, so judge it on how well.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category