PluginBench
MCP Server

com.pulsemcp/slack MCP Server

com.pulsemcp/slack

What is the com.pulsemcp/slack MCP server?

MCP server for Slack — read/write messages, manage threads, and react to messages.

How to install com.pulsemcp/slack

Copy-paste configuration for popular MCP clients.

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

    Slack Bot User OAuth Token starting with xoxb-.

  • ENABLED_TOOLGROUPS

    Comma-separated list of tool groups to enable (readonly, write).

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server",
        "-y"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server",
        "-y"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server",
        "-y"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "slack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server",
        "-y"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
        "ENABLED_TOOLGROUPS": "<YOUR_ENABLED_TOOLGROUPS>"
      }
    }
  }
}
Claude Code
claude mcp add slack --env SLACK_BOT_TOKEN=<YOUR_SLACK_BOT_TOKEN> --env ENABLED_TOOLGROUPS=<YOUR_ENABLED_TOOLGROUPS> -- npx -y slack-workspace-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 →