Slack MCP (ubie-oss)
CommunicationSlack MCP server for reading and posting messages in Slack workspaces.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"slack-mcp-ubie": {
"command": "npx",
"args": [
"-y",
"@ubie-oss/slack-mcp-server"
]
}
}
}