Loading MCP server directory, please wait...
Read Slack conversations, threads, user info, and search messages from your MCP client.
npx @getmcp/cli add io.github.stevenvo/slack-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
SLACK_WORKSPACE_URLYour Slack workspace URL (e.g., https://your-company.slack.com). Required for generating message links.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.stevenvo/slack-mcp-server": {
"command": "uvx",
"args": [
"slack-mcp-server-v2"
],
"env": {
"SLACK_USER_TOKEN": "",
"SLACK_BOT_TOKEN": "",
"SLACK_WORKSPACE_URL": ""
}
}
}
}