Chanty Connector for AI agents.
10 live capabilities
Manage team conversations and member invites directly through your AI client.
Waiting for input…
Why people use Chanty
Chanty for Automated Team Communication and Messaging
With this Connector, you can handle all of that through a single prompt. Your agent can spin up a new project room, invite the whole squad, and drop a welcome message in one go. You get to focus on the actual work while the agent handles the workspace maintenance.
What Vinkius changes
You get a programmable way to manage team chat without the manual clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Project Kickoffs
A project manager tells their agent to create a new 'Project Titan' channel and invite the engineering team.
- Real-world use case 02
Automated Status Updates
A developer asks their agent to set their status to 'In Deep Focus' for the afternoon.
- Real-world use case 03
Log Dumping for DevOps
A DevOps engineer asks their agent to send a specific error log to the 'incident-response' channel.
Complete set · 10capabilities
The complete Chanty capability set.
These are the exact actions your AI can choose when you ask it to work with Chanty.
01—04
4 capabilities in this set.
Part of 10 available through Chanty.
- 01 Capability
List conversations
Get a list of all active chat rooms in your workspace. Your agent can use this to find the right place to post information.
- 02 Capability
Create conversation
Start a new chat room for a specific project or topic. This helps you organize new work without clicking through menus.
- 03 Capability
Delete conversation
Remove an old conversation space and its history forever. It is the best way to keep your workspace from getting cluttered.
- 04 Capability
Delete message
Remove a specific message from a chat history. Use this to fix typos or remove sensitive information quickly.
05—07
3 capabilities in this set.
Part of 10 available through Chanty.
- 05 Capability
List messages
See a list of previous messages in a specific conversation. This lets your agent pull context from old discussions.
- 06 Capability
Get profile
Check your own permissions and profile details. You can use this to verify your account limits and access levels.
- 07 Capability
List members
See a list of all people in your company directory. This helps you identify the right people to tag or invite.
08—10
3 capabilities in this set.
Part of 10 available through Chanty.
- 08 Capability
Send message
Post a new message into any existing conversation. You can use this to push notifications or updates to your team.
- 09 Capability
Set status
Change your profile status to show your current availability. This keeps your teammates informed about your focus time.
- 10 Capability
Invite member
Send an email invitation to a new team member. This automates the first step of getting people into your workspace.
Set up in minutes
One URL. Then ask Chanty to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Chanty 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_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Chanty for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty URL.
- Step 03
Save and start
Save the connection and enable Chanty in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"chanty": {
"url": "https://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty
Open Agent mode in chat and ask: "Using Chanty, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"chanty": {
"url": "https://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty
Ask Copilot: "Using Chanty, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"chanty": {
"url": "https://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty
Open Cascade and ask: "Using Chanty, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"chanty": {
"url": "https://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty
Ask Cline: "Using Chanty, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add chanty --transport http "https://edge.vinkius.com/vk_preview_3cT8A5cR5wCVaP991LzEDo0sYfOyJ34UJpX0UpoU/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 Chanty
Ask Claude: "Using Chanty, show me...". 10 tools are ready
Where the request belongs
Work Chanty can move forward.
This is for the project manager tired of manual onboarding, the DevOps engineer who needs to dump logs into chat, and the HR lead who wants to automate workspace invites.
Project Manager
They use this to spin up new project channels and invite the whole squad as soon as a client signs.
DevOps Engineer
They use this to dump log outputs or automated notifications into specific Chanty channels from their terminal.
HR & Ops Specialist
They use this to onboard new hires to the workspace and specific rooms with a single natural language command.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSlack
Manage channels, users, and send messages on Slack with AI agents.
Mela
Team communication and project management.
Beekeeper
Empower your frontline workforce via Beekeeper. manage users, streams, posts, and messages directly from any AI agent.
Flock
Manage team collaboration via Flock. send rich messages with FlockML, handle public channels and private groups, and search rosters directly from any AI agent.
Twist
Automate asynchronous communication workflows via Twist. manage workspaces, channels, threads, comments, and direct messages via any AI agent.
Slack Bot
Control and manage your Slack workspace. audit channels, messages, and users via AI.
Bring your own AI
Change the model, client or framework. Keep Chanty 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 Chanty.
The practical details behind the request, access and result.
Can I use Chanty to automate my team's chat invites?
Yes. You can have your agent send out email invitations to new members automatically. This saves you from manually adding people to the workspace every time someone joins the team.
How does Chanty help with project management?
It allows your agent to create new conversation rooms for specific projects instantly. You can also have it pull historical messages to get context on previous decisions made in those rooms.
Can my AI agent update my status in Chanty?
Yes, it can. You can tell your agent to change your status to 'In a meeting' or 'Deep Work' so your teammates know when you are available without you having to do it manually.
Is Chanty good for HR teams?
It is excellent for HR. You can use it to query the company directory, find user IDs, and automate the onboarding flow for new employees across multiple channels.
Can I delete messages using Chanty?
Yes. If you make a typo or share something by mistake, your agent can remove that specific message from the conversation history for you.
What happens when I connect Chanty to my AI client?
Your AI client gains the ability to perform actions inside Chanty. It can send messages, create rooms, manage members, and update statuses using natural language commands.
Can my AI agent set up project channels automatically?
Yes. Ask the agent to create a new conversation and list members from your directory. It will bootstrap the empty room dynamically, allowing you to instantly share the link or invite employees to start discussing immediately.
How can I invite new hires into the Chanty workspace without opening the UI?
Just provide your agent with a list of emails. It utilizes the /invites endpoint to dispatch automated onboarding emails, bypassing the manual web forms and integrating new users smoothly.
Can the agent clean up our workspace by deleting obsolete channels?
Absolutely. It can list all active conversations to identify unused chat limits. Once confirmed, tell the agent to delete specific groups. It triggers an irreversible HTTP DELETE execution, keeping your team space cleanly organized.
One connection away
Give your agent a direct line to Chanty.
Connect Chanty once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available