Slack MCP Server
stdiocommunication#slack#chat#messaging
Slack 워크스페이스에서 메시지 전송, 채널 관리 등을 AI가 수행할 수 있도록 합니다.
생성된 MCP 설정
아래 JSON을 Claude Desktop이나 Cursor의 설정 파일에 붙여넣으세요.
claude_desktop_config.json
{
"mcpServers": {
"slack-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
]
}
}
}필요한 환경 변수
SLACK_BOT_TOKEN=xoxb-your-bot-token SLACK_TEAM_ID=T0XXXXXXXXX