Bellink MCP Server
Allows querying bases, creating records, and managing tables within Airtable.
Enables reading the inbox, sending emails, creating drafts, and managing labels in Gmail.
Provides access to Google Workspace tools, allowing for reading and writing data in Sheets, managing files in Drive, and working with Docs.
Facilitates checking schedules, creating events, and finding meeting times in Google Calendar.
Allows for creating issues, managing projects, and tracking sprints within the Linear platform.
Enables creating ad campaigns, managing audiences, and pulling insights from Meta Ads.
Provides capabilities to interact with and manage pages and databases within Notion.
Allows for sending messages and interacting with Slack workspaces and channels.
Enables management of payments, customers, and financial data via Stripe.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bellink MCP ServerSummarize my unread Slack messages and email them to me via Gmail"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
bellink-mcp
Connect AI assistants to 30+ business tools through one MCP server.
Gmail, Google Calendar, Sheets, Docs, Drive, Mindbody, Meta Ads, Linear, Airtable, Notion, Stripe, Slack, and more — all accessible from Claude, ChatGPT, Cursor, Perplexity, or OpenClaw.
Quick start
BELLINK_URL=your-bellink-url npx bellink-mcpSign up at bellink.io (14-day free trial, no credit card)
Connect your apps — Gmail, Mindbody, Meta, whatever you use
Copy your Bellink URL from the dashboard
Run it:
BELLINK_URL=https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY npx bellink-mcpAdd to your AI client
Claude Desktop / Claude Code
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}Cursor
Settings → MCP → Add Server → paste the config above.
OpenClaw
Add to ~/.openclaw/workspace/config/mcporter.json:
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}Direct SSE (any MCP client)
Skip the npm package entirely — just point your client to your Bellink URL:
https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEYWhat you can do
Once connected, your AI can:
Email: Read inbox, send emails, create drafts, manage labels
Calendar: Check schedule, create events, find meeting times
Sheets: Read/write data, run queries, create spreadsheets
Mindbody: Book clients, check attendance, pull revenue, manage staff (87 tools)
Meta Ads: Create campaigns, manage audiences, pull insights
Linear: Create issues, manage projects, track sprints
Airtable: Query bases, create records, manage tables
And 20+ more — Notion, Stripe, Slack, Drive, Docs, Analytics...
All by asking in plain English. No code. No APIs to learn.
How it works
This package is a thin MCP transport layer. Your Bellink account holds the connections to your apps. When your AI calls a tool, it goes:
AI → bellink-mcp (stdio) → Bellink server (SSE) → Your app (Gmail, Mindbody, etc.)Your credentials are encrypted with AES-256. Bellink uses OAuth — we never see your passwords. Disconnect any app anytime.
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
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