Biscuit generates production-ready CLI repositories from OpenAPI specs. Every CLI is also an MCP server and chat TUI. Open source, in Go.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"biscuit": {
"command": "go",
"args": [
"run",
"github.com/oxmonty/biscuit@latest"
]
}
}
}
Run in terminal:
claude mcp add biscuit go run github.com/oxmonty/biscuit@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"biscuit": {
"command": "go",
"args": [
"run",
"github.com/oxmonty/biscuit@latest"
]
}
}
}