slack-mcp-server

kamolc4/slack-mcp-server
★ 0 stars Unknown language API Integration Updated 9d ago
Production-ready Slack MCP Server template for the Model Context Protocol (MCP). Build AI integrations with Slack using TypeScript, OAuth2, channels, messages, users, reactions, files, Claude Desktop, Cursor, Windsurf, and other MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

A production-ready Model Context Protocol server for the Slack API. This template lets Claude Desktop, Cursor, Windsurf, and other MCP-compatible clients search Slack, list channels, read recent channel history, inspect users, fetch thread replies, and send messages through controlled Slack tools. Built as a starter template for teams that want a secure baseline before adding company-specific Slack automation workflows.

Tools (10)

GETPOSTSLACK_BOT_TOKENslack_get_channel_historyslack_get_thread_repliesslack_get_user_infoslack_list_channelsslack_list_usersslack_search_messagesslack_send_message