MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Slack MCP
Slack MCP Logo - AI-Powered Development Tool for Cursor IDE

Slack MCP

Model Context Protocol Integration

Overview

MCP Server for the Slack API, enabling Claude to interact with Slack workspaces through natural language. Provides comprehensive tools for channel management, messaging, reactions, and user information.

View Repository

Slack Features

  • •Channel management and listing
  • •Message posting and thread replies
  • •Emoji reactions
  • •Channel history retrieval
  • •Thread management
  • •User profile information
  • •Workspace member listing

Slack Setup & Configuration

Requirements

  • •Slack workspace admin access
  • •Slack Bot User OAuth Token
  • •Workspace Team ID
  • •Required bot token scopes:
  • •- channels:history
  • •- channels:read
  • •- chat:write
  • •- reactions:write
  • •- users:read

Installation Instructions

# NPX Installation
npx -y @modelcontextprotocol/server-slack

# Docker Installation
docker build -t mcp/slack -f src/slack/Dockerfile .
docker run -i --rm -e SLACK_BOT_TOKEN -e SLACK_TEAM_ID mcp/slack

Configuration

# Claude Desktop Configuration (NPX)
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-bot-token",
        "SLACK_TEAM_ID": "T01234567"
      }
    }
  }
}

Slack Available Tools

  • •slack_list_channels
  • •slack_post_message
  • •slack_reply_to_thread
  • •slack_add_reaction
  • •slack_get_channel_history
  • •slack_get_thread_replies
  • •slack_get_users
  • •slack_get_user_profile

Slack Required Inputs

SLACK_BOT_TOKEN

Type
string
Description
Slack Bot User OAuth Token (starts with xoxb-)
Required
Yes

SLACK_TEAM_ID

Type
string
Description
Slack Workspace Team ID (starts with T)
Required
Yes

Slack Use Cases

  • •Automated channel management
  • •Message posting and thread management
  • •User information retrieval
  • •Channel history analysis
  • •Workspace member management
  • •Automated reactions and responses
  • •Team communication automation

Frequently Asked Questions

MCP Server for the Slack API, enabling Claude to interact with Slack workspaces through natural language. Provides comprehensive tools for channel management, messaging, reactions, and user information.
Slack workspace admin access, Slack Bot User OAuth Token, Workspace Team ID, Required bot token scopes:, - channels:history, - channels:read, - chat:write, - reactions:write, - users:readView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Slack MCP provides the following tools:

  • •slack_list_channels
  • •slack_post_message
  • •slack_reply_to_thread
  • •slack_add_reaction
  • •slack_get_channel_history
  • •slack_get_thread_replies
  • •slack_get_users
  • •slack_get_user_profile

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.