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-mcpRelated MCP server: 0nMCP
添加到您的 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 个席位
链接
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Connect AI agents to 1000+ apps with managed authentication and tool-calling.
Verified, pay-per-use API tools for AI agents through one authenticated connection.
- ZapierOAuthcom.zapier.mcp
Zapier MCP connects AI tools like Claude, ChatGPT, and Cursor to over 8,000 apps and 30,000+ actions, enabling AI to perform real-world tasks such as sending messages, searching data, scheduling events, and updating records. It acts as a translator between AI tools and apps, handling authentication, rate limits, and retries automatically, transforming AI from a conversational tool into a functional extension of your business stack.
SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceConnects AI assistants to Microsoft 365 accounts to manage emails, calendars, files, and Teams messages. It offers 71 tools and supports multi-user environments through a secure, customizable server architecture.55-
- FlicenseNot gradedqualityNot gradedmaintenanceUniversal AI API Orchestrator. 850 tools across 53 services under a single MCP interface. Connect Claude, GPT, or Gemini to Stripe, Slack, GitHub, LinkedIn, Cloudflare, Shopify, Twilio, and 46 more via natural language. $0.10/execution, no subscription. Patent Pending.2935-
- AlicenseAqualityDmaintenanceEnables AI agents to connect and interact with common business platforms like Shopify, WordPress, and Calendly via pre-built connectors for tasks such as product management, content operations, and scheduling.13MIT
- AlicenseNot gradedqualityDmaintenanceA universal AI API orchestrator that connects to 17+ services (Stripe, Slack, GitHub, etc.) and enables natural language task execution, multi-step automation, and complex orchestration across them without coding.2931MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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