MCP server for Twist team messaging — manage channels, threads, and messages.
claude mcp add twist -- npx -y twist-mcp-server
claude_desktop_config.json
{
"mcpServers": {
"twist": {
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"twist": {
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"twist": {
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"twist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"twist": {
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.pulsemcp--twist/reviews or the review_server meta-tool.
POST /mcp