Sendbird

Sendbird

Sendbird is a platform that provides chat, voice, and video APIs to help businesses build in-app communication features.

111VIEWS
2740USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbirdnpx @composio/cli add cursor --app sendbird

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Add Members To Group Channel

Tool to add members to a group channel. use when you need to invite one or more users into an existing group channel.

Ban User From Group Channel

Tool to ban a user from a group channel. use when moderating group channels to restrict member access. execute after confirming channel url and user id.

Create Group Channel

Tool to create a new group channel. use when you need to start a conversation with specific users. execute after specifying users and optional settings.

Create Sendbird User

Tool to create a new user. use when you need to register a user account in sendbird.

Delete Group Channel

Tool to delete a specific group channel. use when you have the channel url and want to permanently remove the channel. execute after confirming the channel exists.

Delete Message

Tool to delete a specific message in a sendbird group channel. use when you need to permanently remove a sent message after confirming deletion permissions.

Delete Sendbird User

Tool to delete a sendbird user. use when you need to remove a user from your sendbird application, optionally permanently.

Get Count Preference Of Channel

Tool to retrieve a user's count preference for a specific group channel. use after confirming the user and channel exist to determine whether to display all, unread-only, or mention-only counts.

Sendbird Get Group Channel Count By Join Status

Tool to retrieve number of group channels by join status for a user. use when you need counts of invited, joined, and total channels for a specific user.

Sendbird Get Unread Item Count

Tool to retrieve a user's unread item counts. use after you need the total unread messages, mentions, and channel counts for a specific user.

Issue Session Token

Tool to issue a session token for a user. use when you need to generate or refresh a user's session token.

Leave Group Channels

Tool to leave group channels for a user. use when you need to make a user exit one or more joined group channels.

List Banned Members

Tool to list banned members in a group channel. use when you need to see which users are banned from a specific group channel.

List Group Channels

Tool to list group channels. use when you need to fetch paginated group channels with optional filters.

List Group Channel Members

Tool to list members of a group channel. use when you need to paginate through members of a specified group channel.

List Operators By Custom Channel Type

Tool to list operators of a channel by custom channel type. use when you need to fetch operators for a specific custom channel type with pagination.

List Group Channel Operators

Tool to list operators of a group channel. use after specifying the channel url when needing to paginate through operators.

List Open Channel Operators

Tool to list operators of an open channel. use when you have the open channel url and need to fetch its operators. supports pagination via token and limit.

List Users

Tool to retrieve a list of users. use after setting up sendbird api credentials to paginate or filter all users in your application.

Mark All User Messages As Read

Tool to mark all of a user's messages as read in group channels. use when resetting unread message counts after a user has viewed all messages.

20 actions available