Read-only MCP server for Slack: channels, DMs, threads, and search via a user token.
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": {
"command": "npx",
"args": [
"-y",
"EgumaYuto/slack-mcp"
]
}
}
}
Run in terminal:
claude mcp add slack-mcp npx -y EgumaYuto/slack-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"EgumaYuto/slack-mcp"
]
}
}
}