Skip to content

slack-mcp-server shows as "connected" but Claude Code can't see any tools? #135

@fbartho

Description

@fbartho

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions