Used by 3 plugins
Add to your .mcp.json:
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@ubie-oss/slack-mcp-server@0.1.4"
],
"env": {
"SLACK_BOT_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_USER_TOKEN": "${SLACK_USER_TOKEN}",
"NPM_CONFIG_@ubie-oss:registry": "https://npm.pkg.github.com/",
"NPM_CONFIG_//npm.pkg.github.com/:_authToken": "${SLACK_NPM_TOKEN}"
}
}
}
}Replace placeholder values for: NPM_CONFIG_//npm.pkg.github.com/:_authToken, SLACK_BOT_TOKEN, SLACK_USER_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxSLACK_BOT_TOKEN=${SLACK_BOT_TOKEN}SLACK_USER_TOKEN=${SLACK_USER_TOKEN}NPM_CONFIG_@ubie-oss:registry=https://npm.pkg.github.com/NPM_CONFIG_//npm.pkg.github.com/:_authToken=${SLACK_NPM_TOKEN}