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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers