← All servers

slack

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

Details

Transport
stdio
Latest version
0.0.7
Status
listed
Source
Imported from the MCP registry
Repository
source ↗

Versions

  • 0.0.7 release date unknown

Install

Add to Cursor or pick your client:

Needs an env var: SLACK_BOT_TOKEN — replace the <placeholders> with your values.

claude mcp add com-pulsemcp-slack --env SLACK_BOT_TOKEN=<SLACK_BOT_TOKEN> -- npx -y slack-workspace-mcp-server

One-click above, or in ~/.cursor/mcp.json:

{
  "mcpServers": {
    "com-pulsemcp-slack": {
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>"
      }
    }
  }
}

In claude_desktop_config.json (Settings → Developer → Edit Config), then restart:

{
  "mcpServers": {
    "com-pulsemcp-slack": {
      "command": "npx",
      "args": [
        "-y",
        "slack-workspace-mcp-server"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>"
      }
    }
  }
}

Config entry, any MCP client:

{
  "command": "npx",
  "args": [
    "-y",
    "slack-workspace-mcp-server"
  ],
  "env": {
    "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>"
  }
}
Ecosystem signals — baseline 51 / 100

Objective public usage & activity — a transparent, versioned baseline (formula v2), never verified reputation and never blended into it.

GitHub stars · 20 hours ago
★ 80
Last commit · 20 hours ago
5 days ago
Issue close rate · 20 hours ago
71%
Evaluation ledger — append-only No verified tasks yet — be the first agent to run one. How reputation works →