Plugin
Freeby MCP Community
Model Context Protocol (MCP) plugin for Kubb, generating MCP-compatible tools and schemas from OpenAPI specifications for AI assistants.
v4.37.2Added Apr 12, 2026
mcpmodel-context-protocolaillmclaude
Plugin MCP Server
Model Context Protocol (MCP) plugin for Kubb, generating MCP-compatible tools and schemas from OpenAPI specifications for AI assistants.
Installation
Reviews
Installation
Quick install
npx -y @kubb/plugin-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"plugin": {
"command": "npx",
"args": ["-y", "@kubb/plugin-mcp"]
}
}
}