Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"adk-slack": {
"command": "npx",
"args": [
"-y",
"slack-mcp-server@latest"
],
"env": {
"SLACK_MCP_XOXB_TOKEN": "${SLACK_BOT_TOKEN}",
"SLACK_MCP_XOXP_TOKEN": "${SLACK_USER_TOKEN}",
"SLACK_MCP_ADD_MESSAGE_TOOL": "true"
}
}
}
}Replace placeholder values for: SLACK_MCP_XOXB_TOKEN, SLACK_MCP_XOXP_TOKEN
Review these signals before enabling this server
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.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
SLACK_MCP_XOXB_TOKEN=${SLACK_BOT_TOKEN}SLACK_MCP_XOXP_TOKEN=${SLACK_USER_TOKEN}SLACK_MCP_ADD_MESSAGE_TOOL=trueSensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub sujeet-pro/agents-devkit --plugin adk