Slack API Claude Desktop Config
Add the Slack API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your OAuth2 in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "xoxb-..."
}
}
}
}Environment Variables
SLACK_BOT_TOKENReplace xoxb-... with your actual slack bot token
Endpoints
GET
/conversations.listList all channels
POST
/chat.postMessageSend a message
GET
/users.listList all users