Claude Code and Cursor plugin that brings Slack into your AI tools with a Slack MCP Server and set of Slack skills.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"slack-mcp-plugin": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A [Claude Code][claude-code] and [Cursor][cursor] plugin that brings Slack into your AI tools with a [Slack MCP Server][slack-mcp-docs] and set of Slack skills for both users and developers.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for Slack Mcp Plugin and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A [Claude Code][claude-code] and [Cursor][cursor] plugin that brings Slack into your AI tools with a [Slack MCP Server][slack-mcp-docs] and set of Slack skills for both users and developers.
The plugin is published on the official Claude marketplace. Install it from inside Claude Code:
/plugin install slack@claude-plugins-official
The Slack MCP server is configured automatically. You'll be prompted to authenticate to your Slack workspace via OAuth on first use.
Click the button below to add the Slack MCP server to Cursor:
After install, Cursor surfaces a connect button - use it to authenticate to your Slack workspace.
The plugin connects your AI tool to Slack's hosted [MCP server][slack-mcp-docs]:
Six skills load on demand to handle messaging tasks and developer workflows:
slack:slack-messaging - composing well-formatted, effective Slack messagesslack:slack-search - finding messages, files, channels, and peopleslack:slack-api - discovering and calling Slack Web API methodsslack:slack-cli - using the [Slack CLI][slack-cli] to create, run, and manage appsslack:create-slack-app - building a Slack app or agent with the CLI and [Bolt][bolt]slack:block-kit - building and validating [Block Kit][block-kit] layoutsFive slash commands for common Slack workflows:
/slack:summarize-channel <channel-name> - Summarize recent activity in a Slack channel/slack:find-discussions <topic> - Find discussions about a specific topic across Slack channels/slack:draft-announcement <topic> - Draft a well-formatted Slack announcement and save it as a draft/slack:standup - Generate a standup update based on your recent Slack activity/slack:channel-digest <channel1, channel2, ...> - Get a digest of recent activity across multiple Slack channelsOnce installed, talk to your tool in natural language:
We welcome contributions from everyone! Please check out our contributor's guide for guidelines on opening issues and pull requests.
Working on the plugin itself? See the maintainer's guide fo