---
title: "Slack MCP Server for ToolPiper · ModelPiper"
description: "Post messages, read channels, and search history in Slack. Connect your AI assistant to Slack so it can read context from channels and post on your behalf. Use it to triage support requests, summarize threads, or draft r"
canonical: "https://modelpiper.com/mcp-tools/slack"
---

# Slack MCP Server for ToolPiper · ModelPiper

> Post messages, read channels, and search history in Slack. Connect your AI assistant to Slack so it can read context from channels and post on your behalf. Use it to triage support requests, summarize threads, or draft r

S

# Slack MCP Server

✓ verified

Post messages, read channels, and search history in Slack.

Install Slack in ToolPiper

Don't have ToolPiper? We'll take you to the download.

[Open repository →](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack)

Publisher

[Anthropic Reference (archived)](https://github.com/modelcontextprotocol/servers-archived)

License

MIT

Transport

Local subprocess

Tools

4

## What this server does

Connect your AI assistant to Slack so it can read context from channels and post on your behalf. Use it to triage support requests, summarize threads, or draft replies you can send.

## Tools included

-   slack\_post\_message
    
    Post a message to a Slack channel.
    
-   slack\_list\_channels
    
    List channels in the workspace.
    
-   slack\_get\_channel\_history
    
    Read recent messages from a channel.
    
-   slack\_search\_messages
    
    Search the workspace's message history.
    

The authoritative list comes from the server's tools/list at runtime. This catalog entry may lag the upstream until the next ToolPiper release.

## Install in ToolPiper

ToolPiper handles the JSON configuration. Click Install, fill in any required tokens, and the server is ready in your chat.

Install Slack in ToolPiper

Don't have ToolPiper? We'll take you to the download.

## Install in another client

Install in another MCP client (Claude Desktop, Cursor, Continue, Cline)

Claude Desktop Cursor Continue Cline

Add this to ~/Library/Application Support/Claude/claude\_desktop\_config.json.

```
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ]
    }
  }
}
```

Copy

## Example prompts

-   "Summarize the #incidents channel since this morning."
    
    Copy
-   "Post a message to #team-eng announcing the merge freeze starting Friday."
    
    Copy
-   "Search for messages mentioning 'OAuth bug' from the last two weeks."
    
    Copy

## Security notes

The bot token grants whatever scopes you set on the Slack app. Grant only the scopes you actually need (chat:write, channels:history, search:read). Rotate the token if it leaks. The original Anthropic reference server is archived and now maintained by Zencoder at zencoderai/slack-mcp-server.

## Related tools

-   [
    
    G
    
    ### Google Drive
    
    ✓ verified
    
    Search and read files from Google Drive.
    
    ProductivityLocal subprocess2 tools
    
    
    
    
    
    ](/mcp-tools/google-drive)
-   [
    
    N
    
    ### Notion
    
    ✓ verified
    
    Search, read, and update Notion pages and databases from chat.
    
    ProductivityLocal subprocess4 tools
    
    
    
    
    
    ](/mcp-tools/notion)

[← Back to all MCP tools](/mcp-tools)
