Odel
Slack

Slack

Local
@aaronsb2GoMITUpdated 2w ago

Read and write Slack with session tokens — no OAuth, no bot, no admin approval.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aaronsb/slack-mcpv2.2.2

Run

npx -y @aaronsb/slack-mcp

MCP client config

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@aaronsb/slack-mcp"
      ]
    }
  }
}