Full read + write access to Slack Lists for AI: create, update, check off, reassign, delete.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx ars-slack-lists-mcp
MCP client config
{
"mcpServers": {
"slack-lists-mcp": {
"command": "uvx",
"args": [
"ars-slack-lists-mcp"
]
}
}
}