twist for Grok
com.pulsemcp/twist
MCP server for Twist team messaging — manage channels, threads, and messages.
client:Grok
transport:stdio
runtime:npm
Install twist in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"twist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
],
"env": {
"TWIST_BEARER_TOKEN": "<TWIST_BEARER_TOKEN>",
"TWIST_WORKSPACE_ID": "<TWIST_WORKSPACE_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs