Back to directory
lars-hagen/slack-user-mcp

lars-hagen/slack-user-mcp

@lars-hagen

MCP Server for the Slack API, enabling Claude to interact with Slack workspaces as a user.

slackchatworkspaceuserapiintegrationcollaborationmcp-servercloud

Installation & Configuration

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack-user"
      ],
      "env": {
        "SLACK_TOKEN": "xoxp-your-user-token",
        "SLACK_TEAM_ID": "T01234567"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/14
Updated
2026/6/15