CometChat Connector for AI agents.
10 live capabilities
Manage chat infrastructure and messaging logs through your agent.
Waiting for input…
Why people use CometChat
CometChat for Real-time Messaging Management
With this Connector, you can just ask your agent to handle the check for you. You can pull the group details, list the users, and verify the message history in a single conversation. It turns a five-minute multi-tab workflow into a five-second natural language command.
What Vinkius changes
You get a direct line of communication between your agent and your chat infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed message
A support engineer asks the agent to pull the last 50 messages for a user to see where the delivery broke using `list_messages`.
- Real-world use case 02
Bulk user audit
A product manager asks the agent to list all users and check who is currently online using `list_users`.
- Real-world use case 03
Automated group setup
A developer asks the agent to create a new public group for a specific marketing campaign using `create_group`.
Complete set · 10capabilities
The complete CometChat capability set.
These are the exact actions your AI can choose when you ask it to work with CometChat.
01—04
4 capabilities in this set.
Part of 10 available through CometChat.
- 01 Capability
Create user
Create a new user in CometChat. Use this to automate user onboarding in your app.
- 02 Capability
Create group
Create a new group in CometChat. This lets you set up new chat rooms instantly.
- 03 Capability
Deactivate user
Deactivate a user instead of deleting them. This is the best way to suspend accounts while keeping data.
- 04 Capability
Delete user
Permanently delete a user from CometChat. Use this for final account removals.
05—07
3 capabilities in this set.
Part of 10 available through CometChat.
- 05 Capability
Get group details
Retrieve details of a specific group. This helps you check the privacy settings of a chat room.
- 06 Capability
Get user
Retrieve detailed information about a specific user. Use this to see a specific user's profile and status.
- 07 Capability
List users
Retrieve a list of users from CometChat. Use this to see your entire user base at a glance.
08—10
3 capabilities in this set.
Part of 10 available through CometChat.
- 08 Capability
Send message
Send a text message to a user or group. This lets your agent actually participate in the conversations.
- 09 Capability
List groups
Retrieve a list of groups from CometChat. This gives you a bird's-eye view of all your chat rooms.
- 10 Capability
List messages
Retrieve chat history messages. This is perfect for auditing conversations or debugging issues.
Set up in minutes
One URL. Then ask CometChat to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use CometChat 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_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable CometChat for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat URL.
- Step 03
Save and start
Save the connection and enable CometChat in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"cometchat": {
"url": "https://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat
Open Agent mode in chat and ask: "Using CometChat, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"cometchat": {
"url": "https://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat
Ask Copilot: "Using CometChat, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"cometchat": {
"url": "https://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat
Open Cascade and ask: "Using CometChat, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"cometchat": {
"url": "https://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat
Ask Cline: "Using CometChat, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add cometchat --transport http "https://edge.vinkius.com/vk_preview_QsetltpRSAwjehHKU6uf2gI6q44AffuqVjh3SCoh/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 CometChat
Ask Claude: "Using CometChat, show me...". 10 tools are ready
Where the request belongs
Work CometChat can move forward.
This is for the ops and engineering teams who are tired of manual data entry and dashboard hopping. It is for the people who need to manage thousands of users or troubleshoot complex messaging flows without the friction of a web UI.
Support Engineer
They use this to quickly pull message logs to figure out why a customer's message didn't go through.
Product Manager
They use this to check group usage and user activity trends without asking for a custom report.
Backend Developer
They use this to test group configurations and user creation flows during the staging phase.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSendbird
Manage Sendbird chat infrastructure. orchestrate users, channels, and moderation directly from your AI agent.
Rocket.Chat
Connect your AI assistant to Rocket.Chat to seamlessly send messages, explore channels, manage directories, and orchestrate chat operations directly.
Chanty
Automate team communication via Chanty. manage conversations, send messages, invite members, and update statuses using any AI agent.
Netease Yunxin IM
Equip your AI Agent with Netease Yunxin to massively manage Live Chat Rooms, moderate IM participants, and broadcast messages.
Freshchat
Manage customer conversations, track messages, and oversee agents via AI agents with Freshchat.
Netease Yunxin / 网易云信
Massive scale RTC and IM platform. manage user accounts, chat groups, and messaging via AI.
Bring your own AI
Change the model, client or framework. Keep CometChat 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 CometChat.
The practical details behind the request, access and result.
Can the CometChat MCP help me manage my chat users?
Yes, it lets your agent handle user creation, deactivation, and listing so you don't have to do it manually.
How does CometChat MCP help with debugging?
You can ask your agent to pull conversation histories to see exactly what happened in a chat, which helps you identify bugs or delivery issues quickly.
Can I use CometChat MCP to create new chat rooms?
Yes, your agent can create new groups and check their details, making it easy to set up new rooms via natural language.
Is the CometChat MCP good for support teams?
It is excellent for support because it lets you quickly verify user status and pull logs without leaving your workspace.
Can my agent actually send messages?
Yes, the system allows your agent to send text messages to specific users or groups directly.
Does CometChat MCP help with user onboarding?
It speeds up onboarding by letting you use the Connector to add new people to your platform instantly through your agent.
How do I get my CometChat API credentials?
Log in to the CometChat dashboard at app.cometchat.com. Your App ID, Region, and API Key are displayed on the app overview page.
What is the difference between UID and GUID?
UID (User ID) is the unique identifier for a user. GUID (Group ID) is the unique identifier for a group. Both are used to target specific resources in the API.
Can I send files with this integration?
The current version supports text messages. File and media sending may be added in future updates.
One connection away
Give your agent a direct line to CometChat.
Connect CometChat once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available