slack-mcp-cli

ankitg12/slack-mcp-cli
★ 0 stars Python AI/LLM Updated 3d ago
Deterministic Python CLI wrapper around the official Slack MCP server, built on FastMCP
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-cli": {
      "command": "uvx",
      "args": [
        "slack-mcp-cli"
      ]
    }
  }
}

Or install with pip: pip install slack-mcp-cli

README Excerpt

A deterministic Python CLI wrapper around the official hosted [Slack MCP server](https://mcp.slack.com/mcp), built on [FastMCP](https://gofastmcp.com). Calling Slack's MCP tools through an LLM agent works, but the output is only as reliable as the model's prompt-following: whether it uses `response_format='detailed'`, and whether it keeps the `Permalink` field when summarizing results, both depend on the model remembering to do so. This is a thin CLI that always requests detailed output and alwa