When I ask Claude Code it to verify access to slack using the mcp, it said: "the slack-mcp-server tools never loaded into my toolset - the server shows "Connected" but no mcp__slack__* tools appear."
I absolutely could have configured something wrong, but claude verified it could access the slack API directly using the tokens directly. So it's something else
Context:
Config:
"slack": {
"type": "stdio",
"command": "npx",
"args": ["-y", "slack-mcp-server"],
"env": {
"SLACK_MCP_XOXP_TOKEN": "xoxp-[snip]",
"SLACK_MCP_TEAM_ID": "[snip]",
"SLACK_MCP_ADD_MESSAGE_TOOL": "true"
}
},
Are there any obvious pointers on what I did wrong?