Skip to content
Grok

slack mcp server for Grok

io.github.stevenvo/slack-mcp-server

Read Slack conversations, threads, user info, and search messages from your MCP client.

client:Grok transport:stdio runtime:pypi

Install slack mcp server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "slack-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "slack-mcp-server-v2"
      ],
      "env": {
        "SLACK_USER_TOKEN": "<SLACK_USER_TOKEN>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "SLACK_WORKSPACE_URL": "<SLACK_WORKSPACE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

slack mcp server in other clients