twist
About
MCP server for Twist team messaging — manage channels, threads, and messages.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TWIST_BEARER_TOKEN TWIST_WORKSPACE_IDClaude Code
claude mcp add --env TWIST_BEARER_TOKEN= --env TWIST_WORKSPACE_ID= twist -- npx twist-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"twist","command":"npx","args":["twist-mcp-server"],"env":{"TWIST_BEARER_TOKEN":"","TWIST_WORKSPACE_ID":""}}'
JSON
{
"mcpServers": {
"twist": {
"command": "npx",
"args": [
"twist-mcp-server"
],
"env": {
"TWIST_BEARER_TOKEN": "",
"TWIST_WORKSPACE_ID": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.