Bellink MCP Server
bellink-mcp
通过一个 MCP 服务器将 AI 助手连接到 30 多种业务工具。
Gmail、Google 日历、表格、文档、云端硬盘、Mindbody、Meta 广告、Linear、Airtable、Notion、Stripe、Slack 等 — 均可从 Claude、ChatGPT、Cursor、Perplexity 或 OpenClaw 访问。
快速开始
BELLINK_URL=your-bellink-url npx bellink-mcp注册:访问 bellink.io(14 天免费试用,无需信用卡)
连接您的应用 — Gmail、Mindbody、Meta 等您使用的任何工具
从仪表板复制您的 Bellink URL
运行它:
BELLINK_URL=https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY npx bellink-mcp添加到您的 AI 客户端
Claude Desktop / Claude Code
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}Cursor
设置 → MCP → 添加服务器 → 粘贴上述配置。
OpenClaw
添加到 ~/.openclaw/workspace/config/mcporter.json:
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}直接 SSE(任何 MCP 客户端)
完全跳过 npm 包 — 只需将您的客户端指向您的 Bellink URL:
https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY您可以做什么
连接后,您的 AI 可以:
电子邮件:阅读收件箱、发送邮件、创建草稿、管理标签
日历:查看日程、创建活动、查找会议时间
表格:读写数据、运行查询、创建电子表格
Mindbody:预订客户、检查出勤、获取收入、管理员工(87 种工具)
Meta 广告:创建广告系列、管理受众、获取洞察
Linear:创建议题、管理项目、跟踪冲刺
Airtable:查询基础数据、创建记录、管理表格
以及 20 多种其他工具 — Notion、Stripe、Slack、云端硬盘、文档、分析等...
只需用简单的英语提问即可。无需代码。无需学习 API。
工作原理
此包是一个轻量级的 MCP 传输层。您的 Bellink 账户保存着与您应用的连接。当您的 AI 调用工具时,流程如下:
AI → bellink-mcp (stdio) → Bellink server (SSE) → Your app (Gmail, Mindbody, etc.)您的凭据使用 AES-256 加密。Bellink 使用 OAuth — 我们永远不会看到您的密码。您可以随时断开任何应用的连接。
定价
入门版:永久免费 — 所有应用(Mindbody 除外),每月 250 次请求
个人版:$29/月 — 所有应用(包括 Mindbody),每月 1,000 次请求
商业版:$99/月 — 所有应用,每月 10,000 次请求,5 个席位
链接
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/barflotek/bellink-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server