MCP Directory
Back

server-slack

by monstar-lab-oss · JavaScript · ★ 1

Archived slack mcp server forked from modelcontextprotocol

Install

npx -y github:monstar-lab-oss/server-slack

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "server-slack": {
      "command": "npx",
      "args": [
        "-y",
        "github:monstar-lab-oss/server-slack"
      ]
    }
  }
}

From the README

MCP Server for the Slack API, enabling Claude to interact with Slack workspaces. 1. - List public or pre-defined channels in the workspace - Optional inputs: - (number, default: 100, max: 200): Maximum number of channels to return - (string): Pagination cursor for next page - Returns: List of channels with their IDs and information 2. - Post a new message to a Slack channel - Required inputs: - (string): The ID of the channel to post to - (string): The message text to post - Returns: Message posting confirmation and timestamp 3. - Reply to a s…
Read full README on GitHub →

Related communication servers