MCP server for sending notifications to Slack using OAuth bot tokens.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-slack-not": {
"command": "npx",
"args": [
"-y",
"mkusaka/mcp-server-slack-notify"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-slack-not npx -y mkusaka/mcp-server-slack-notify
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-slack-not": {
"command": "npx",
"args": [
"-y",
"mkusaka/mcp-server-slack-notify"
]
}
}
}