Serversio.github.stevenvo/slack-mcp-server
S

io.github.stevenvo/slack-mcp-server

io.github.stevenvo/slack-mcp-server · v0.1.0
▦ pypi
v0.1.0pypi pypi: slack-mcp-server-v2↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.stevenvo/slack-mcp-server",
  "description": "Read Slack conversations, threads, user info, and search messages from your MCP client.",
  "repository": {
    "url": "https://github.com/stevenvo/slack-mcp-server",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "slack-mcp-server-v2",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Slack User OAuth Token (starts with xoxp-). Get from https://api.slack.com/apps",
          "format": "string",
          "isSecret": true,
          "name": "SLACK_USER_TOKEN"
        },
        {
          "description": "Slack Bot User OAuth Token (starts with xoxb-). Alternative to user token.",
          "format": "string",
          "isSecret": true,
          "name": "SLACK_BOT_TOKEN"
        },
        {
          "description": "Your Slack workspace URL (e.g., https://your-company.slack.com). Required for generating message links.",
          "isRequired": true,
          "format": "string",
          "name": "SLACK_WORKSPACE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}