Slack API MCP Config
Send messages, manage channels, and integrate Slack notifications into your AI agent workflows.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/slack.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/slack.json to fetch programmatically.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-..."
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/slack.jsonEnvironment Variables
SLACK_BOT_TOKENReplace xoxb-... with your actual slack bot token
Endpoints
GET
/conversations.listList all channels
POST
/chat.postMessageSend a message
GET
/users.listList all users