Your MCPs don’t talk.
Porch fixes that.
Discover, connect, and chain MCPs—let your LLM build workflows from chat. One install, no config hell.
See it in action
Install once, run workflows, and watch data flow between your MCPs. The demo cycles through a few examples so you can see how it works.
Install
—. One command, then open http://porch.local:3847
The UI
The UI is split into tabs, each one focused on a different part of your setup.
Add MCPs by URL or stdio, configure bearer tokens, enable or disable what you need, and spin them up or down whenever you like. You can browse all their tools from here.
Browse the registry and install from npm or PyPI with a single click. When a package needs credentials, you’ll get prompted at install time—you can store them in Secrets or skip if you prefer.
Chain tools across your MCPs so each step passes its output to the next. You pick an MCP and tool for every step, add args, and use placeholders like {{step0}}, {{now}}, and {{isoDate}} to wire things together or inject dates and UUIDs.
Schedule workflows to run on a cron so they fire whenever you need—every 30 minutes, every Monday at midnight, or whatever schedule fits. Standard cron syntax, so if you know it, you’re good to go.
- Every 30 min:
*/30 * * * * - Mondays midnight:
0 0 * * 1
Run workflows by hand whenever you want and watch the output from each step as it happens. You can also pass in JSON if you need to feed values into {{input.key}} placeholders.
Get a random URL with no sign-up—spin it up and share the link when you need to expose an MCP for a bit.
Use your own domain for a stable URL, and assign per-MCP tokens so remote clients can connect securely.
Connect Porch to Cursor, Claude, Windsurf, or Continue. Easy Install writes the config for you so you don’t have to—or copy the JSON yourself if you’d rather. We’ve got setup guides for each client.
What you get
One-click installs, secure secrets, workflow chaining, and your LLM in control. Works everywhere you code.
Discover and install MCPs from npm and PyPI. One click—no manual setup.
URL or stdio. Chain tools in workflows with placeholders like {{step0}}, cron triggers, and more.
Credentials stay encrypted in your OS keychain. Expose MCPs to the internet via tunnel with per-token auth.
Add MCPs, build workflows, and run everything directly from Cursor, Claude, Windsurf, or Continue.
Docs
We’ve got setup guides, workflow examples, tunnel config, and client setup instructions—everything you need to get going.
Read the docs