slack for Grok
com.pulsemcp/slack
MCP server for Slack — read/write messages, manage threads, and react to messages.
client:Grok
transport:stdio
runtime:npm
Install slack in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"slack": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"slack-workspace-mcp-server"
],
"env": {
"SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
"ENABLED_TOOLGROUPS": "<ENABLED_TOOLGROUPS>"
}
}
}
}
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