Skip to content
CommunicationOAuth2Official MCPScore: 78Verified by owner

Slack API MCP Server

Send messages, manage channels, and integrate Slack notifications into your AI agent workflows.

Quick Start Summary

The Slack API MCP server is a Model Context Protocol bridge that connects AI assistants — including Claude Desktop, Cursor, Windsurf, and VS Code Copilot — to the Slack API API through natural language. It exposes 3 API endpoints as callable tools, such as List all channels, Send a message, List all users. Authentication requires OAuth2 credentials, and setup takes approximately 2 minutes. The server uses STDIO transport and can be installed by running npx -y @modelcontextprotocol/server-slack. This integration is sourced from the official Slack API OpenAPI specification (v2.0.0) and has a quality score of 78/99 (good documentation coverage).

3Endpointstools mapped
OAuth2Authrequired
78/99Qualitygood
~2 minSetupwith credentials

Server Details

Category
Communication
Authentication
OAuth2
Endpoints
3 operations
Transport
STDIO
Spec Version
v2.0.0
Install Command
npx -y @modelcontextprotocol/server-slack

Environment Variables

SLACK_BOT_TOKEN

Example: xoxb-...

Top Endpoints

GET
/conversations.list

List all channels

POST
/chat.postMessage

Send a message

GET
/users.list

List all users

Build with Slack API

Get everything you need in one bundle: MCP config, cursor rules, and framework integration for Slack API.

View Slack Bot Stack

Read the Guide

Step-by-step walkthrough for setting up and using the Slack API MCP server.

Slack APIMCP Setup Guide →
Verified Owner Listing

This listing has been claimed and verified by the API owner.

Similar APIs

Other APIs in the Communication category.

Discord API

Send messages, manage servers, and integrate Discord bots into your AI agent workflows.

Bot Token

Twilio API

Send SMS, make calls, and manage communication channels through your AI agent.

Account SID + Auth Token

Email Activity (beta)

The Email Activity (beta) API, provided by [Your Email Service Provider], is a specialized suite of endpoints designed to grant programmatic access to granular email event data and system security configurations. Its core capability revolves around detailed filtering and search across two primary domains: user engagement events (like opens, clicks, and bounces) and security/access control settings. While the event data functionality is limited to a recent two-day window by default, it serves as a powerful tool for real-time monitoring and immediate post-campaign analysis. Typical use cases for enterprise teams include building internal dashboards for marketing performance, automating alerts for campaign anomalies (e.g., a sudden spike in bounces), and developing custom reporting pipelines that feed into business intelligence systems. The associated security endpoints—managing an access whitelist and configuring alert notifications—provide critical administrative control, allowing teams to programmatically define which IP addresses or systems can interact with their email infrastructure and to set up proactive monitoring for potential security or deliverability issues.

Adafruit IO REST API

Adafruit IO is a cloud platform developed by Adafruit Industries, specifically designed to serve as the backbone for the Internet of Things for everyone. Its core HTTP REST API provides a universal interface for interacting with time-series data streams known as "feeds," which represent data points from sensors or commands to actuators. The API enables developers to retrieve, create, and manage data, dashboards, and webhooks, effectively abstracting the complexity of raw data ingestion and visualization. Typical use cases span from consumer hobbyists building home automation systems and weather stations to enterprises prototyping industrial monitoring solutions, asset tracking, and automated alerts. The platform’s strength lies in its simplicity and accessibility, allowing data from any HTTP-capable device—from a Raspberry Pi to an industrial PLC—to be logged, visualized, and acted upon without managing backend infrastructure.

Related MCP Server Integrations

Discord API MCP Setup

Send messages, manage servers, and integrate Discord bots into your AI agent workflows.

CommunicationConfigure →

Twilio API MCP Setup

Send SMS, make calls, and manage communication channels through your AI agent.

CommunicationConfigure →

Email Activity (beta) MCP Setup

The Email Activity (beta) API, provided by [Your Email Service Provider], is a specialized suite of endpoints designed to grant programmatic access to granular email event data and system security configurations. Its core capability revolves around detailed filtering and search across two primary domains: user engagement events (like opens, clicks, and bounces) and security/access control settings. While the event data functionality is limited to a recent two-day window by default, it serves as a powerful tool for real-time monitoring and immediate post-campaign analysis. Typical use cases for enterprise teams include building internal dashboards for marketing performance, automating alerts for campaign anomalies (e.g., a sudden spike in bounces), and developing custom reporting pipelines that feed into business intelligence systems. The associated security endpoints—managing an access whitelist and configuring alert notifications—provide critical administrative control, allowing teams to programmatically define which IP addresses or systems can interact with their email infrastructure and to set up proactive monitoring for potential security or deliverability issues.

CommunicationConfigure →

Adafruit IO REST API MCP Setup

Adafruit IO is a cloud platform developed by Adafruit Industries, specifically designed to serve as the backbone for the Internet of Things for everyone. Its core HTTP REST API provides a universal interface for interacting with time-series data streams known as "feeds," which represent data points from sensors or commands to actuators. The API enables developers to retrieve, create, and manage data, dashboards, and webhooks, effectively abstracting the complexity of raw data ingestion and visualization. Typical use cases span from consumer hobbyists building home automation systems and weather stations to enterprises prototyping industrial monitoring solutions, asset tracking, and automated alerts. The platform’s strength lies in its simplicity and accessibility, allowing data from any HTTP-capable device—from a Raspberry Pi to an industrial PLC—to be logged, visualized, and acted upon without managing backend infrastructure.

CommunicationConfigure →

Notification Configuration API MCP Setup

The Notification Configuration API is a specialized management interface provided by Adyen for enterprises operating on their classic integration platform for marketplaces and platforms. Its core purpose is to programmatically configure, manage, and verify the webhook notification mechanisms that are critical for receiving asynchronous updates about events such as payments, refunds, disputes, and balance account modifications. Unlike consumer-facing APIs, this is a backend administrative tool designed for technical teams managing financial operations. Typical use cases include automating the setup of notification endpoints for new merchant accounts, programmatically updating or disabling notification URLs during system migrations, bulk-configuring security keys (HMAC) for enhanced validation, and performing diagnostic tests to ensure endpoint connectivity and payload integrity before going live.

CommunicationConfigure →