# Slack MCP Server — Slack Integration for AI > MCP server for Slack workspace integration. Read channels, post messages, search conversations, and manage threads from Claude Code or Cursor. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use ```json { "mcpServers": { "slack": { "command": "npx", "args": ["-y", "@anthropic/mcp-slack"], "env": { "SLACK_BOT_TOKEN": "xoxb-your-token" } } } } ``` --- ## Intro Bring Slack into your AI workflow. Read channel messages, search conversations for context, post updates, reply to threads, and manage channels — all from your coding environment. **Best for**: Team communication, incident response, standup automation, context gathering **Works with**: Claude Code, Cursor, Gemini CLI --- ## Tools - `list_channels` — List accessible channels - `read_channel` — Read recent messages from a channel - `post_message` — Send a message to a channel - `reply_to_thread` — Reply in a thread - `search_messages` — Search across conversations - `get_user_info` — Look up user profiles --- ### FAQ **Q: What is Slack MCP Server?** A: MCP server for Slack workspace integration. Read channels, post messages, search conversations, and manage threads from Claude Code or Cursor. **Q: How do I install Slack MCP Server?** A: Check the Quick Use section above for step-by-step installation instructions. Most assets can be set up in under 2 minutes. ## Source & Thanks > Created by [Anthropic](https://github.com/modelcontextprotocol). Licensed under MIT. > [modelcontextprotocol/servers](https://github.com/modelcontextprotocol/servers) --- Source: https://tokrepo.com/en/workflows/c35881e9-8330-40bc-a66c-ed34be4d8023 Author: MCP Hub