beemflow
About
Simple AI workflow & agent builder. Program the world.
Details
- Author
- awantoch
- Repository
- BeemFlow/beemflow
- GitHub stars
- 10
- Downloads
- 6
- Categories
- Developer Tools, Productivity, Search, Workplace
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
beemflowCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
From "Hello, World!" to real-world automations. Each example is a real, runnable YAML file.
---
fetch_and_summarize
Fetch content from a web URL, summarize it with OpenAI into 3 bullet points, and post the summary to Slack. Demonstrates HTTP fetching, AI processing, and Slack integration in a complete workflow.
parallel_facts
Execute two OpenAI chat completions in parallel to generate different fun facts about the Moon and Ocean, then combine results into a single output. Demonstrates parallel execution with AI services and step dependency management.
human_approval
Drafts a message, sends it for human approval via SMS (using an MCP tool), and acts on the reply. Demonstrates human-in-the-loop automation with Twilio SMS.
marketing_agent
Takes a feature update as input, generates content for X, LinkedIn, and a blog post, sends the drafts to a Slack channel for team review/approval, and waits for Slack feedback/approval before posting.
cfo_daily_cash
Pulls balances from Stripe and QuickBooks, analyzes and summarizes cash/AR with an LLM, converts the summary to a PowerPoint slide, and sends the slide to Slack daily.
ecommerce_autopilot
Scrapes competitor prices, updates Shopify product prices based on margin and competitor data, and adjusts Google Ads campaigns based on price changes every hour.
invoice_chaser
Fetches overdue invoices from QuickBooks, sends reminder emails, and if unpaid after 24 hours, escalates with a Twilio SMS.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"beemflow": {
"cwd": null,
"env": {},
"args": [],
"shell": false,
"command": null
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": null
}
Macos
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": null
}
Windows
{
"cwd": null,
"env": [],
"args": [],
"shell": false,
"command": null
}
Why BeemFlow?
| The Traditional Way | The BeemFlow Way |
|-----------------|----------------------|
| Zapier/Make.com: Drag-and-drop GUIs that break at scale | Text-first: Version-controlled YAML, JSON, or native code that AI can read, write, and optimize |
| n8n/Temporal: Complex interfaces & infrastructure | Universal protocol: One workflow runs in-process, CLI, HTTP, MCP—anywhere |
| Power Automate: Vendor lock-in, enterprise pricing | Open ecosystem: Your workflows run interoperably |
Why Now?
We are in a new age, and things are happening fast:
- AI tooling is autonomous now: Native MCP support gives access to any API to any LLM instantly
- Overall market explosion: AI market growing 36.6% annually ($244B → $1.8T by 2030)³
- Automation boom: RPA market exploding 43.9% annually ($3.8B → $31B by 2030)⁴
- Real impact: Cut operational overhead by 80%+ (we've seen 24hr → <2hr workflows)
The Hidden Opportunity
BeemFlow isn't just about automation, it's about acquisition:
> Deploy automation → Learn & optimize your favorite business → Build trust → Acquire with financing & retire a deserving business owner.
Every workflow you automate teaches you how a business actually works. Every process you optimize builds trust with the owner. Every efficiency you create makes acquisition financing easier.
We're building the infrastructure for the largest generational wealth transfer in history. One workflow at a time.
---
¹ Gallup Pathways to Wealth Survey 2024
² Exit Planning Institute & Teamshares Research
³ Statista AI Market Forecast & Grand View Research AI Market Report
⁴ Grand View Research RPA Market Report
---
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




