← Back to Plugins
MCP Server MCP

io.github.justadityaraj/slack-lists-mcp

github By github 👁 1 views ▲ 0 votes

Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete.

Homepage Verified source GitHub

Install

uvx ars-slack-lists-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "ars-slack-lists-mcp",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Slack bot token (xoxb-...) for an app with lists:read and lists:write scopes. The bot must be given access to each List it manages.",
          "isRequired": true,
          "isSecret": true,
          "name": "SLACK_BOT_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...