Turn any OpenAPI 3.0 spec into an MCP Server instantly. Deployable on Cloudflare Workers & Node.js with built-in OAuth 2.1.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"beefchicken-mcp": {
"command": "npx",
"args": [
"-y",
"Watanabebashi/BeefChicken-MCP"
]
}
}
}
Run in terminal:
claude mcp add beefchicken-mcp npx -y Watanabebashi/BeefChicken-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"beefchicken-mcp": {
"command": "npx",
"args": [
"-y",
"Watanabebashi/BeefChicken-MCP"
]
}
}
}