Sendbird in-app messaging MCP — manage channels, messages, and users via the Sendbird platform API
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"sendbird": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-sendbird",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_channels tool to list group channels”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Sendbird in-app messaging MCP — manage channels, messages, and users via the Sendbird platform API
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-sendbird
This MCP server gives AI agents access to Sendbird via 8 tools. Connect it to any Aerostack workspace and your agents can interact with Sendbird directly.
| Tool | Description |
|---|---|
list_channels | List group channels |
get_channel | Get a group channel by URL |
create_channel | Create a new group channel |
send_message | Send a message to a group channel |
list_messages | List messages in a group channel |
list_users | List users in the application |
create_user | Create a new user |
delete_message | Delete a message from a group channel |
| Variable | Required | Description |
|---|---|---|
SENDBIRD_API_TOKEN | Yes | Personal access token or service token from the provider |
SENDBIRD_APP_ID | Yes | See provider documentation |
Add the following secrets under Project → Secrets:
SENDBIRD_API_TOKENSENDBIRD_APP_IDOnce added, every AI agent in your workspace can use Sendbird tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-sendbird \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-SENDBIRD-API-TOKEN: your-sendbird-api-token' \
-H 'X-Mcp-Secret-SENDBIRD-APP-ID: your-sendbird-app-id' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_channels","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-sendbird
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Trigger real-time events to browser and mobile clients, manage presence channels, and authenticate sockets via Pusher.
by @aerostack
Send transactional emails with developer-grade deliverability — manage domains, API keys, and sending stats via Resend.
by @aerostack
Send emails at scale, manage dynamic templates, and track delivery stats via SendGrid's email infrastructure.
by @aerostack
Send SMS, make calls, and manage phone numbers via Twilio — add programmable communications to any AI workflow.
by @aerostack
Drive ecommerce growth with Omnisend — manage contacts, campaigns, automations, segments, and track events from AI.
Yes. The Sendbird MCP includes a create_channel tool that lets Claude create channels in your Sendbird account from a plain-English prompt. You can also update and delete channels — no Sendbird UI needed.
Yes. The Sendbird MCP includes tools to list and retrieve channels from your Sendbird account. Claude can filter, sort, and summarize channels based on your instructions.
Yes. The Sendbird MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 8 Sendbird tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Sendbird MCP with encrypted credential storage and per-account authentication. Your Sendbird credentials are never shared with Claude's conversation — they're used server-side only.