Stats
Actions
Tags
From core
Connects to the Slack API to enable reading messages, posting messages, and managing channels. Requires a Slack bot token and team ID.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"~~chat": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_TEAM_ID": "YOUR_SLACK_TEAM_ID",
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN"
}
}
}
}Replace placeholder values for: SLACK_BOT_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SLACK_TEAM_ID=YOUR_SLACK_TEAM_IDSLACK_BOT_TOKEN=YOUR_SLACK_BOT_TOKENSensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
First indexed Jul 12, 2026
First indexed Jul 12, 2026
npx claudepluginhub p/frankxai-core-core