How to Use the BigOven MCP in Windsurf
Get instant cooking steps and ingredient lists inside Windsurf as Cascade chains recipe searches for you.
Works with every AI agent you already use
…and any MCP-compatible client
Connect BigOven MCP to Windsurf
Create your Vinkius account to connect BigOven to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build meal plans with the BigOven MCP Server
The `search_recipes` tool lets Cascade dig through over a million dishes on BigOven to find exactly what you want to cook. Instead of manually looking up individual meals, you tell Cascade your weekly macro goals and it runs the search, grabs the details, and writes your grocery list. It works because Cascade chains this with `get_recipe` to pull the step-by-step instructions without making you click through a dozen web pages. You just watch the code editor fill up with clean markdown recipes while you prep your kitchen.
Clear out your fridge using Cascade
The `search_by_ingredient` tool matches whatever random items are expiring in your drawer to actual, tested recipes. Windsurf takes your list of leftover chicken and wilted spinach, finds matching dishes, and automatically organizes them into a weekend prep file. Cascade doesn't stop at finding the names; it pulls the actual cooking steps via `get_recipe`. You get a complete, structured cooking guide generated directly in your workspace without opening a browser tab.
Pull curated seasonal collections instantly
The `list_collections` tool connects this MCP server to themed recipe groups like summer barbecues or holiday dinners directly from the BigOven platform. When you need inspiration, Cascade scans these curated lists and uses `get_collection` to extract the best-rated recipes for your review. It filters out the noise by checking `get_recipe_reviews` to make sure you only see dishes other home cooks actually liked. You get a hand-picked menu right in your sidebar, ready to go.
Set up BigOven MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the BigOven MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my BigOven payment history." If connected, Cascade will call the BigOven tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"bigoven-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by BigOven. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about BigOven MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the BigOven MCP today
We host it, we monitor it, we maintain it. You just paste one token.