loading…
Search for a command to run...
loading…
Connects AI assistants to over 30 business tools like Gmail, Slack, and Airtable through a single unified interface. It enables users to perform actions across
Connects AI assistants to over 30 business tools like Gmail, Slack, and Airtable through a single unified interface. It enables users to perform actions across multiple platforms using natural language without managing individual API integrations.
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.
BELLINK_URL=your-bellink-url npx bellink-mcp
BELLINK_URL=https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY npx bellink-mcp
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}
Settings → MCP → Add Server → paste the config above.
Add to ~/.openclaw/workspace/config/mcporter.json:
{
"mcpServers": {
"bellink": {
"command": "npx",
"args": ["bellink-mcp"],
"env": {
"BELLINK_URL": "your-bellink-url"
}
}
}
}
Skip the npm package entirely — just point your client to your Bellink URL:
https://app.bellink.io/api/mcp/server?apiKey=YOUR_KEY
Once connected, your AI can:
All by asking in plain English. No code. No APIs to learn.
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.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"bellink-mcp-server": {
"command": "npx",
"args": []
}
}
}