twist for Cursor
com.pulsemcp/twist
MCP server for Twist team messaging — manage channels, threads, and messages.
client:Cursor
transport:stdio
runtime:npm
Install twist in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"twist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"twist-mcp-server"
],
"env": {
"TWIST_BEARER_TOKEN": "<TWIST_BEARER_TOKEN>",
"TWIST_WORKSPACE_ID": "<TWIST_WORKSPACE_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs