← Back to mcp

Slack MCP

Send messages, read channels, and manage Slack workspaces via MCP.

One-Click Configuration

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-bot-token-here",
        "SLACK_TEAM_ID": "T01234567"
      }
    }
  }
}

Copy this configuration and paste it into your claude_desktop_config.json or Cursor settings.