/install bellink
Bellink — AI Gateway to Business Tools
Connect your AI assistant to 30+ business tools through one MCP server.
Setup (30 seconds)
- Sign up at https://app.bellink.io (free Starter plan, no credit card)
- Connect your apps (Gmail, Mindbody, Meta, etc.)
- Copy your Bellink URL from the dashboard
- Tell your bot: "add MCP server bellink: [paste URL]"
That's it. Your AI now has access to all your connected apps.
Environment variable
The only credential needed is BELLINK_URL — the full MCP endpoint URL you copy from your Bellink dashboard. It contains your authentication key as a query parameter. No separate API key or Bearer token needed.
Example: BELLINK_URL=https://app.bellink.io/api/mcp/server?key=your_key_here
What you can do
Once connected, just ask:
- "What's on my schedule today?" → pulls from Calendar + Mindbody
- "Send a reply to that email from John" → reads and sends via Gmail
- "What's my revenue this month?" → pulls from Mindbody or Stripe
- "Book Sarah for tomorrow's 9am class" → books directly in Mindbody
- "Create a spreadsheet with this month's sales" → writes to Google Sheets
- "Show me my Meta ad performance" → pulls campaign insights
- "Create a Linear issue for this bug" → creates in your project
Supported apps
Gmail, Google Calendar, Google Sheets, Google Docs, Google Drive, Google Analytics, Google Forms, Mindbody, Meta (Facebook + Instagram + Ads), Linear, Airtable, Notion, Stripe, Slack, GitHub, Figma, Allegro, QuickBooks, Twilio, Webflow, WordPress, Typeform, Calendly, Beehiiv, Buttondown, n8n, Zoom, Shopify, WhatsApp, Outlook
MCP config (alternative setup)
If you prefer manual config, add to your mcporter.json:
{
"mcpServers": {
"bellink": {
"baseUrl": "BELLINK_URL",
"transport": "sse"
}
}
}
Replace BELLINK_URL with the URL from your Bellink dashboard (includes your key).
npm package
Also available as an npm package for Claude Desktop, Cursor, and other stdio MCP clients:
BELLINK_URL=https://app.bellink.io/api/mcp/server?key=your_key npx bellink-mcp
Security
- OAuth 2.0 for all app connections — Bellink never sees your passwords
- AES-256 encryption for stored credentials
- Your data stays in your apps — Bellink reads and acts, doesn't store
- Disconnect any app anytime with one click
BELLINK_URLis the only credential — a scoped key that only accesses your connected apps
Pricing
- Starter: Free forever — all apps (except Mindbody), 250 requests/month
- Personal: $29/mo — all apps including Mindbody, 1,000 requests/month
- Business: $99/mo — all apps, 10K requests/month, 5 seats
Links
- Website: https://www.bellink.io
- Dashboard: https://app.bellink.io
- npm: https://www.npmjs.com/package/bellink-mcp
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bellink - 安装完成后,直接呼叫该 Skill 的名称或使用
/bellink触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bellink 是什么?
Connect your AI to 30+ business tools — Gmail, Calendar, Sheets, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, and more. One URL, every app. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 119 次。
如何安装 Bellink?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bellink」即可一键安装,无需额外配置。
Bellink 是免费的吗?
是的,Bellink 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bellink 支持哪些平台?
Bellink 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bellink?
由 barflotek(@barflotek)开发并维护,当前版本 v1.0.2。