Skip to content
Cline

Slack for Cline

io.github.mindstone/mcp-server-slack

Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages

client:Cline transport:stdio runtime:npm

Install Slack in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-server-slack": {
      "command": "npx",
      "args": [
        "-y",
        "@mindstone/mcp-server-slack"
      ],
      "env": {
        "SLACK_CONFIG_PATH": "<SLACK_CONFIG_PATH>",
        "SLACK_TEAM_ID": "<SLACK_TEAM_ID>",
        "SLACK_CLIENT_ID": "<SLACK_CLIENT_ID>",
        "SLACK_CLIENT_SECRET": "<SLACK_CLIENT_SECRET>",
        "SLACK_DISABLE_REFRESH": "<SLACK_DISABLE_REFRESH>",
        "SLACK_REQUEST_TIMEOUT_MS": "<SLACK_REQUEST_TIMEOUT_MS>",
        "SLACK_MAX_RETRIES": "<SLACK_MAX_RETRIES>",
        "MCP_WORKSPACE_PATH": "<MCP_WORKSPACE_PATH>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Slack in other clients