Slack MCP Server
M

modelcontextprotocol

Send messages, manage channels, and access workspace history.

Content

Tools

Model Context Protocol servers (ARCHIVED)

⚠️ IMPORTANT: This repository is archived and no longer maintained.

Looking for MCP servers?

This repository contains archived reference implementations that are no longer maintained.

For the current, actively maintained MCP servers, please visit:

👉 https://github.com/modelcontextprotocol/servers

About this Archive

This repository contains historical reference implementations for the Model Context Protocol (MCP). These servers were created to demonstrate MCP features and SDK capabilities but are now archived.

⚠️ Security Notice

NO SECURITY GUARANTEES ARE PROVIDED FOR THESE ARCHIVED SERVERS.

  • These servers are no longer maintained
  • No security updates or bug fixes will be provided
  • Use at your own risk
  • For production use, please refer to the actively maintained servers repository linked above

Archived Servers

The following servers are included in this archive for historical reference:

  • AWS KB Retrieval
  • Brave Search
  • EverArt
  • Git
  • GitHub
  • GitLab
  • Google Drive
  • Google Maps
  • PostgreSQL
  • Puppeteer
  • Redis
  • Sentry
  • Slack
  • SQLite

Contributing

This repository is archived and no longer accepts contributions. For contributing to MCP servers, please visit the active servers repository.

License

MIT

slack_get_users

Get a list of all users in the workspace with their basic profile information

slack_add_reaction

Add a reaction emoji to a message

slack_post_message

Post a new message to a Slack channel

slack_list_channels

List public or pre-defined channels in the workspace with pagination

slack_reply_to_thread

Reply to a specific message thread in Slack

slack_get_user_profile

Get detailed profile information for a specific user

slack_get_thread_replies

Get all replies in a message thread

slack_get_channel_history

Get recent messages from a channel

Connect MCP Server