mcpskills.net
SkillsMCPsAgentsPrompts
mcpskills.net — A curated directory of AI agent Skills and MCP servers
TermsPrivacy
← Back to MCPs
Communication

Slack

Full Slack MCP integration with channel access, message search, DMs, and stealth mode.

by KorotovskyRepository →Source →
Installnpx -y @anthropic-ai/mcp-server-slack

The Slack MCP server provides full access to Slack workspaces — read channels, search messages, send DMs, and monitor threads. Features stealth mode that works without admin permissions.

Capabilities

  • Read channel messages and threads
  • Search across workspace messages
  • Send direct messages and channel messages
  • Access reactions and file attachments
  • Stealth mode (no admin app installation required)
  • Support for channels, group DMs, and DMs

Usage

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-...",
        "SLACK_TEAM_ID": "T01234567"
      }
    }
  }
}

Getting Tokens

  1. Create a Slack app at api.slack.com/apps
  2. Add channels:history, channels:read, chat:write, users:read scopes
  3. Install to your workspace and copy the Bot Token