Sendbird Connector for AI agents.
18 live capabilities
Manage chat infrastructure and community moderation through natural conversation.
Waiting for input…
Why people use Sendbird
Sendbird for Chat Infrastructure and Community Moderation
This Connector turns that manual labor into a simple command. You just tell your agent to 'mute the user in the lounge' and it happens. You get a real-time administrator that works as fast as you can type.
What Vinkius changes
You get a hands-free way to manage your chat infrastructure using only natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Rapid Community Moderation
A community manager sees a spammer and tells the agent to 'mute the user who is spamming the lounge' using mute_user.
- Real-world use case 02
Automated Bot Deployment
A developer asks the agent to 'create a new bot and send a welcome message to the main channel' to automate onboarding.
- Real-world use case 03
Channel Cleanup and Audit
A support lead tells the agent to 'list all open channels and delete the ones with no activity' to clean up the app.
Complete set · 18capabilities
The complete Sendbird capability set.
These are the exact actions your AI can choose when you ask it to work with Sendbird.
01—04
4 capabilities in this set.
Part of 18 available through Sendbird.
- 01 Capability
Block user
Block a user globally to prevent them from interacting with the app. This is the primary way to handle repeat offenders.
- 02 Capability
List open channels
List all currently active open channels in your app. This gives you a quick overview of your public spaces.
- 03 Capability
Create bot
Create a new bot to handle automated interactions or system messages. Use this to build out your automated support flow.
- 04 Capability
Create group channel
Create a private group channel for distinct, limited conversations. This is perfect for team-specific chats.
05—08
4 capabilities in this set.
Part of 18 available through Sendbird.
- 05 Capability
Create open channel
Create a public open channel for massive, large-scale reach. Use this to launch new community hubs.
- 06 Capability
Create user
Create a new user profile within your Sendbird application. This helps automate the onboarding of new members.
- 07 Capability
Delete open channel
Delete an existing open channel that is no longer needed. Use this to clean up old community spaces.
- 08 Capability
Freeze channel
Freeze a channel to stop all outgoing and incoming messages immediately. This is great for emergency moderation.
09—12
4 capabilities in this set.
Part of 18 available through Sendbird.
- 09 Capability
Get open channel
Get the details of an open channel using its specific URL. Use this to check the status of a public room.
- 10 Capability
Leave group channel
Leave a private group channel to exit the conversation. This allows you to quickly step out of group chats.
- 11 Capability
List users
List all users currently registered in your Sendbird application. Use this to see who is active in your app.
- 12 Capability
Mute user
Mute a user in a channel to prevent them from sending messages. This is a soft moderation capability for noisy users.
13—15
3 capabilities in this set.
Part of 18 available through Sendbird.
- 13 Capability
Send bot message
Send a message through a bot to automate communication. Use this to push out system alerts or automated replies.
- 14 Capability
Send message
Send a manual message to a specific channel. Use this to push out manual announcements to your community.
- 15 Capability
Update open channel
Update the metadata or settings of an existing open channel. Use this to change channel descriptions or rules.
16—18
3 capabilities in this set.
Part of 18 available through Sendbird.
- 16 Capability
Ban user
Ban a user from a specific channel to remove them from the conversation. This is useful for removing disruptive participants.
- 17 Capability
Invite group channel
Invite specific users into a private group channel. This makes it easy to move users into private discussions.
- 18 Capability
Join group channel
Join a private group channel to participate in the conversation. Use this to enter private group chats.
Set up in minutes
One URL. Then ask Sendbird to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sendbird from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Sendbird, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sendbird for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Sendbird URL.
- Step 03
Save and start
Save the connection and enable Sendbird in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sendbird": {
"url": "https://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Sendbird
Open Agent mode in chat and ask: "Using Sendbird, help me...". 18 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sendbird": {
"url": "https://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Sendbird
Ask Copilot: "Using Sendbird, help me...". 18 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sendbird": {
"url": "https://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Sendbird
Open Cascade and ask: "Using Sendbird, help me...". 18 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sendbird": {
"url": "https://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Sendbird
Ask Cline: "Using Sendbird, help me...". 18 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sendbird --transport http "https://edge.vinkius.com/vk_preview_GLhCP1UbtJs8RVu8OnnXfMs0R9ToQ8L5ELcVxWCK/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Sendbird
Ask Claude: "Using Sendbird, show me...". 18 tools are ready
Where the request belongs
Work Sendbird can move forward.
This is for community managers overseeing huge public spaces, support leads tired of manual ticket moderation, and developers who want to test messaging logic without a GUI.
Community Manager
Moderates large public channels and enforces rules via natural language commands during live events.
Support Lead
Manages support bots and user accounts to resolve issues faster without leaving the chat window.
Backend Developer
Tests channel creation and bot messaging directly from the code editor to speed up deployment.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNetease Yunxin IM
Equip your AI Agent with Netease Yunxin to massively manage Live Chat Rooms, moderate IM participants, and broadcast messages.
Rocket.Chat
Connect your AI assistant to Rocket.Chat to seamlessly send messages, explore channels, manage directories, and orchestrate chat operations directly.
Netease Yunxin / 网易云信
Massive scale RTC and IM platform. manage user accounts, chat groups, and messaging via AI.
CometChat
Enable your AI agent to manage chat users, groups, and messages via the CometChat API.
Mattermost (Secure Team Collaboration)
Manage team collaboration via Mattermost. send messages, search channels, and audit team activities.
RongCloud
Leading IM and RTC platform in China. manage users, messages, and chatrooms via AI.
Bring your own AI
Change the model, client or framework. Keep Sendbird connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Sendbird.
The practical details behind the request, access and result.
Can the Sendbird MCP help me moderate my community?
Yes, it lets you mute, block, or ban users directly through your AI client. You can handle community issues in seconds without leaving your workspace.
How do I manage my chat channels with this Connector?
You can create public or private channels, update their metadata, or freeze them to stop messages. It makes organizing large-scale conversations much faster.
Can I use this to set up automated bots?
Yes, you can create new bots and send messages through them using natural language. It's a great way to automate repetitive support or welcome tasks.
Does the Sendbird MCP handle user accounts?
It allows you to create new users, list existing ones, and manage their profiles. This simplifies the onboarding process for your chat application.
Is this Connector good for managing large public spaces?
It's ideal for that. You can manage open channels and enforce safety rules across massive audiences without manual dashboard navigation.
Can I invite people to private groups using this?
Yes, you can create group channels and invite specific users to them. This helps you organize private conversations for specific teams or VIPs.
Can I create a bot to send automated messages in a channel?
Yes! You can use the create_bot capability to register a new bot and then use send_bot_message to trigger automated interactions within your chat channels.
How do I handle disruptive users who violate community rules?
The server provides several moderation capabilities: mute_user to silence them, block_user to prevent interaction, and ban_user to remove them from channels entirely.
Is it possible to manage large-scale public chat rooms?
Absolutely. Use create_open_channel to build public channels that support millions of users, and list_open_channels to keep track of your active public environments.
One connection away
Give your agent a direct line to Sendbird.
Connect Sendbird once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available