Connects Claude to your Slack workspace through the Model Context Protocol, giving you programmatic access to messages, threads, and metadata. You can read channel histories with time-based filtering, pull complete conversation threads, search messages, list channels, and fetch user profiles. Works with both user tokens (reads anything you can access) and bot tokens (requires channel invites). Includes seven tools covering everything from read_channel_messages and read_thread_messages to get_user_info and search operations. Useful when you want Claude to analyze team discussions, summarize threads, or pull context from Slack without manual copy-pasting. Available on PyPI as slack-mcp-server-v2 or installable from source.
claude mcp add --transport stdio stevenvo-slack-mcp-server -- uvx slack-mcp-server-v2