What is the Slack MCP server?
Read and write Slack with session tokens — no OAuth, no bot, no admin approval.
How to install Slack
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SLACK_MCP_XOXC_TOKENSlack session token. Optional — the auth-setup tool extracts it from your browser and stores it in the config file.
SLACK_MCP_XOXD_TOKENSlack session cookie. Optional — the auth-setup tool extracts it from your browser and stores it in the config file.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"@aaronsb/slack-mcp"
],
"env": {
"SLACK_MCP_XOXC_TOKEN": "<YOUR_SLACK_MCP_XOXC_TOKEN>",
"SLACK_MCP_XOXD_TOKEN": "<YOUR_SLACK_MCP_XOXD_TOKEN>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"@aaronsb/slack-mcp"
],
"env": {
"SLACK_MCP_XOXC_TOKEN": "<YOUR_SLACK_MCP_XOXC_TOKEN>",
"SLACK_MCP_XOXD_TOKEN": "<YOUR_SLACK_MCP_XOXD_TOKEN>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"@aaronsb/slack-mcp"
],
"env": {
"SLACK_MCP_XOXC_TOKEN": "<YOUR_SLACK_MCP_XOXC_TOKEN>",
"SLACK_MCP_XOXD_TOKEN": "<YOUR_SLACK_MCP_XOXD_TOKEN>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"slack-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aaronsb/slack-mcp"
],
"env": {
"SLACK_MCP_XOXC_TOKEN": "<YOUR_SLACK_MCP_XOXC_TOKEN>",
"SLACK_MCP_XOXD_TOKEN": "<YOUR_SLACK_MCP_XOXD_TOKEN>"
}
}
}
}Claude Code
claude mcp add slack-mcp --env SLACK_MCP_XOXC_TOKEN=<YOUR_SLACK_MCP_XOXC_TOKEN> --env SLACK_MCP_XOXD_TOKEN=<YOUR_SLACK_MCP_XOXD_TOKEN> -- npx -y @aaronsb/slack-mcpRelated MCP servers
Salesforce Cloud
Maintained
Salesforce CRM integration — opportunities, accounts, SOQL, file downloads, analytics
5
View repository →TypeScript
MIT
Jira Cloud
Maintained
MCP server for Jira Cloud — manage issues, sprints, boards, filters, and custom fields
4
View repository →TypeScript
Confluence Cloud
Maintained
MCP server for Confluence Cloud — page editing, navigation, and content management
0
View repository →TypeScript
MIT
Give AI agents access to Gmail, Calendar, Drive, and more — multi-account, manifest-driven