Twist Connector for AI agents.
10 live capabilities
Manage asynchronous team communication and workspace threads without switching tabs.
Waiting for input…
Why people use Twist
Twist for Asynchronous Team Communication
This Connector changes that by making your Twist workspace searchable and actionable through your AI agent. You can ask for a summary of a specific channel or have your agent post a formatted update for you. You get the info you need without the distraction of a live chat.
What Vinkius changes
You get a hands-off way to manage team communication through a single chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Launching a new project announcement
A PM needs to announce a new feature.
- Real-world use case 02
Finding specific bug reports
A developer is looking for a specific bug report.
- Real-world use case 03
Catching up on private messages
A remote worker needs to know if a file was sent.
Complete set · 10capabilities
The complete Twist capability set.
These are the exact actions your AI can choose when you ask it to work with Twist.
01—04
4 capabilities in this set.
Part of 10 available through Twist.
- 01 Capability
Create thread
Start a new asynchronous discussion in a channel with a title and initial content. This helps keep your workspace organized.
- 02 Capability
List channels
See all the different channels available within a specific Twist workspace. Use this to navigate your team's categories.
- 03 Capability
List direct messages
Retrieve a list of messages from a specific 1-on-1 conversation. This helps you parse through long private histories.
- 04 Capability
List threads
Show every conversation thread inside a specific channel. This is the best way to see what's being discussed at a glance.
05—07
3 capabilities in this set.
Part of 10 available through Twist.
- 05 Capability
List workspace users
Find all the team members who belong to a specific workspace. Use this to audit your organization's membership.
- 06 Capability
List workspaces
Identify all the different workspaces your account has access to. This gives you a high-level view of your team's structure.
- 07 Capability
Update direct message
Change the text of a message you already sent in a private conversation. Use this to fix typos or update links.
08—10
3 capabilities in this set.
Part of 10 available through Twist.
- 08 Capability
Update thread
Update the title or the main content of an existing discussion thread. This keeps your conversation subjects accurate.
- 09 Capability
Create comment
Post a reply to a specific thread to join a conversation. This is useful for quickly adding context to an ongoing discussion.
- 10 Capability
Send direct message
Send a private message to a specific 1-on-1 conversation. Use this to reach out to a teammate without starting a new thread.
Set up in minutes
One URL. Then ask Twist to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Twist 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_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Twist for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist URL.
- Step 03
Save and start
Save the connection and enable Twist in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"twist": {
"url": "https://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist
Open Agent mode in chat and ask: "Using Twist, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"twist": {
"url": "https://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist
Ask Copilot: "Using Twist, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"twist": {
"url": "https://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist
Open Cascade and ask: "Using Twist, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"twist": {
"url": "https://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist
Ask Cline: "Using Twist, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add twist --transport http "https://edge.vinkius.com/vk_preview_lOKdSTIOlv2MuKlHXd9cWwPxIocZ2XRV2fBimlCZ/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 Twist
Ask Claude: "Using Twist, show me...". 10 tools are ready
Where the request belongs
Work Twist can move forward.
The Twist MCP is for remote leads and engineers who are drowning in notification noise and need to surface specific information without the distraction of a live chat environment.
Product Manager
Spins up new announcement threads with structured markdown summaries to keep the team aligned.
Engineering Lead
Scans release threads to find specific bug reports without reading every single comment.
Remote Employee
Checks 1-on-1 messages with a manager to see if a project link was shared while they were offline.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsPumble
Bring your AI agent into your Pumble workspace. read channel history, post messages, create channels, and manage team communication seamlessly.
Slack
Automate Slack messaging. send messages, search conversations, list channels and users directly from any AI agent.
Chanty
Automate team communication via Chanty. manage conversations, send messages, invite members, and update statuses using any AI agent.
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.
Bring your own AI
Change the model, client or framework. Keep Twist 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 Twist.
The practical details behind the request, access and result.
Can the Twist MCP help me find old conversations?
Yes, it allows your AI agent to look through your threads and direct messages so you can find specific info without scrolling.
Can I use the Twist MCP to post updates automatically?
You can have your agent create new threads or comments to post status updates, summaries, and team announcements.
Does the Twist MCP work for private 1-on-1 messages?
It does. Your agent can read and send private messages to help you catch up on 1-on-1 conversations.
How does Twist MCP help with team organization?
It lets your agent list all workspaces and members, making it easy to see who is in your organization and what channels are available.
Can I edit a thread I already posted with the Twist MCP?
Yes, your agent can update the title or content of an existing thread to keep your discussions accurate.
Is the Twist MCP good for large teams?
It's great for large teams that use asynchronous communication because it helps filter out the noise and surface only the threads you need.
Can my AI automatically create a new thread with bug report details in the #dev channel?
Yes. Once you invoke the agent to query the channel ID for '#dev', it can execute the thread creation workflow and post an entire Markdown-formatted issue payload perfectly directly to the interface.
Is it possible to correct a message typo via the agent?
Yes! Twist is unique in allowing asynchronous editing. By providing your exact Message ID, the AI agent can overwrite and patch up your old text block retaining timeline flow naturally.
Can the agent fetch recent threaded responses to summarize an ongoing project decision?
Absolutely. It pulls in heavy threads natively. Give the agent a thread ID and request a summarization—it will digest long chains of conversation and outline the top project consensus within seconds avoiding you long reading phases.
One connection away
Give your agent a direct line to Twist.
Connect Twist once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available