← Back to browse

slack-mcp-server

Indexed by io.github.stevenvo

About

Read Slack conversations, threads, user info, and search messages from your MCP client.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSLACK_USER_TOKEN SLACK_BOT_TOKEN SLACK_WORKSPACE_URL
Claude Code
claude mcp add --env SLACK_USER_TOKEN= --env SLACK_BOT_TOKEN= --env SLACK_WORKSPACE_URL= slack-mcp-server -- uvx slack-mcp-server-v2
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"slack-mcp-server","command":"uvx","args":["slack-mcp-server-v2"],"env":{"SLACK_USER_TOKEN":"","SLACK_BOT_TOKEN":"","SLACK_WORKSPACE_URL":""}}'
JSON
{
  "mcpServers": {
    "slack-mcp-server": {
      "command": "uvx",
      "args": [
        "slack-mcp-server-v2"
      ],
      "env": {
        "SLACK_USER_TOKEN": "",
        "SLACK_BOT_TOKEN": "",
        "SLACK_WORKSPACE_URL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.