PluginBench
MCP Server

com.pulsemcp/twist MCP Server

com.pulsemcp/twist

What is the com.pulsemcp/twist MCP server?

MCP server for Twist team messaging — manage channels, threads, and messages.

How to install com.pulsemcp/twist

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TWIST_BEARER_TOKEN
    required
    secret

    Twist API bearer token for authentication.

  • TWIST_WORKSPACE_ID
    required

    Twist workspace ID to operate within.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "twist": {
      "command": "npx",
      "args": [
        "-y",
        "twist-mcp-server",
        "-y"
      ],
      "env": {
        "TWIST_BEARER_TOKEN": "<YOUR_TWIST_BEARER_TOKEN>",
        "TWIST_WORKSPACE_ID": "<YOUR_TWIST_WORKSPACE_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "twist": {
      "command": "npx",
      "args": [
        "-y",
        "twist-mcp-server",
        "-y"
      ],
      "env": {
        "TWIST_BEARER_TOKEN": "<YOUR_TWIST_BEARER_TOKEN>",
        "TWIST_WORKSPACE_ID": "<YOUR_TWIST_WORKSPACE_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "twist": {
      "command": "npx",
      "args": [
        "-y",
        "twist-mcp-server",
        "-y"
      ],
      "env": {
        "TWIST_BEARER_TOKEN": "<YOUR_TWIST_BEARER_TOKEN>",
        "TWIST_WORKSPACE_ID": "<YOUR_TWIST_WORKSPACE_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "twist": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "twist-mcp-server",
        "-y"
      ],
      "env": {
        "TWIST_BEARER_TOKEN": "<YOUR_TWIST_BEARER_TOKEN>",
        "TWIST_WORKSPACE_ID": "<YOUR_TWIST_WORKSPACE_ID>"
      }
    }
  }
}
Claude Code
claude mcp add twist --env TWIST_BEARER_TOKEN=<YOUR_TWIST_BEARER_TOKEN> --env TWIST_WORKSPACE_ID=<YOUR_TWIST_WORKSPACE_ID> -- npx -y twist-mcp-server -y

Related MCP servers

MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.

View repository →

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

View repository →

MCP server for Fetch Pet insurance claims management using Playwright automation.

View repository →

MCP server for managing Fly.io machines, apps, logs, and Docker images.

View repository →

MCP server for Google Cloud Storage with fine-grained tool access control.

View repository →

MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.

View repository →