Slack
Freeby MCP Community
Slack MCP without OAuth — no app registration, no admin approval. Works with Claude Code, Cursor, Copilot (where the official server doesn't). 16 tools, one com
v4.1.0Added Apr 12, 2026
claudemcpmodel-context-protocolslackslack-api
Slack MCP Server
Slack MCP without OAuth — no app registration, no admin approval. Works with Claude Code, Cursor, Copilot (where the official server doesn't). 16 tools, one com
Installation
Reviews
Installation
Quick install
npx -y @jtalk22/slack-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@jtalk22/slack-mcp"]
}
}
}