Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. Slack Lists MCP
S
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Slack Lists MCP

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "slack-lists-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "slack-lists-mcp"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

Slack Lists MCP Server

License: MIT Python Version MCP Version

A Model Context Protocol (MCP) server that gives AI assistants full read and write access to Slack Lists.

This server acts as a bridge between AI models and Slack, enabling seamless creation, retrieval, updating, deletion, filtering, and management of Slack List items through a standardized protocol. It empowers AI assistants like Claude Desktop to become powerful productivity tools for managing tasks, projects, and data within Slack.

This project provides a complete package with:

  • Comprehensive Toolset: Create, query, update, delete, filter, and export list items.
  • Robust Implementation: Built with Python, FastMCP, and best practices.
  • Easy Deployment: Simple setup with environment variables.
  • Detailed Documentation: Full README, tool reference, and examples.
  • Extensible Design: Easily add new tools and functionality.

The write paths have been verified against a live Slack workspace (see Verification status).

Features

This MCP server provides a rich set of tools for interacting with Slack Lists:

  • Create Single Item: Add one item to a list with detailed fields.
  • Bulk Create Items: Add multiple items at once with built-in rate limiting to respect Slack's API.
  • Retrieve Items: Fetch a list of items with optional metadata.
  • Update Items: Update any cell on an existing item β€” check a task off, reassign it, reschedule it, or edit any field (full task management).
  • Delete Items: Permanently remove an item from a list.
  • Discover Columns: Infer a list's column IDs, types, and select option IDs from its existing items (Slack exposes no schema API, so this saves you from hunting for IDs in browser dev tools).
  • Filter Items: Powerful server-side filtering based on any field value (status, assignee, priority, etc.).
  • Export Data: Export list items to JSON or CSV format for analysis or backup.
  • Subtask Creation: Create sub-items under a parent item.
  • Full Field Support: Works with all Slack List field types (text, date, user, select, checkbox, number, email, phone).
  • Error Handling: Robust error handling and clear feedback for failed operations.

Getting Started

Follow these steps to get your Slack Lists MCP server up and running.

Prerequisites

  • Python 3.10+
  • Slack Workspace: A Slack workspace where you have permission to install apps.
  • Slack Bot Token: A bot token with lists:read and lists:write scopes.

1. Create a Slack App

  1. Go to the Slack API website and click Create New App.
  2. Choose "From scratch", give your app a name (e.g., "Lists MCP Server"), and select your workspace.
  3. In the app settings, go to OAuth & Permissions.
  4. Under Bot Token Scopes, add the following scopes:
    • lists:read
    • lists:write
  5. Click Install to Workspace at the top of the page and authorize the app.
  6. Copy the Bot User OAuth Token (it starts with xoxb-). This is your SLACK_BOT_TOKEN.

2. Installation

Clone the repository and install the dependencies:

bash
# Clone the repository
git clone https://github.com/justadityaraj/slack-lists-mcp.git
cd slack-lists-mcp

# Create and activate a virtual environment
python3 -m venv .venv
source .venv/bin/activate

# Install dependencies
pip install -r requirements.txt

3. Configuration

Create a .env file by copying the example:

bash
cp .env.example .env

Open the .env file and set your SLACK_BOT_TOKEN:

dotenv
SLACK_BOT_TOKEN=xoxb-your-bot-token-here

The server loads this .env (from the project root) automatically on startup, so you do not need to put the token anywhere else. A real SLACK_BOT_TOKEN environment variable always takes precedence over the file.

4. Running the Server

You can run the server directly from the command line:

bash
python src/slack_lists_server.py

The server will start and listen for MCP requests over STDIO.

5. Connecting to an MCP Host (e.g., Claude Desktop)

To use the server with an AI assistant, you need to configure your MCP host.

  1. Open your MCP host's configuration file (e.g., mcp_servers.json for Claude Desktop).
  2. Add a new server entry pointing to your slack_lists_server.py script.

Example mcp_servers.json configuration:

config.json
{
  "mcpServers": {
    "slack-lists": {
      "command": "/path/to/your/.venv/bin/python",
      "args": ["/path/to/slack-lists-mcp-server/src/slack_lists_server.py"],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-bot-token-here"
      }
    }
  }
}

Important: Make sure to use the absolute path to your Python executable and the server script. Because the server reads the token from the project .env, the env block above is optional.

Once configured, restart your MCP host. The Slack Lists tools should now be available to your AI assistant.

Claude Code (CLI)

Terminal
claude mcp add slack-lists -s user -- /abs/path/.venv/bin/python /abs/path/slack-lists-mcp/src/slack_lists_server.py

No -e SLACK_BOT_TOKEN=... is needed; the server picks the token up from .env.

Tool Reference

This server exposes the following tools to your AI assistant. Each tool is designed to be intuitive and powerful, with clear descriptions and parameters.


create_list_item

Creates a single new item in a Slack List.

Description: This tool creates one item in the specified Slack List. The item must have at least a title field, and can include additional fields as needed. All field values are validated against the list's schema.

Parameters:

  • list_id (string, required): The ID of the Slack List (e.g., F1234ABCD).
  • title (string, required): The main title/text for the item.
  • title_column_id (string, optional): Column ID for the title field (defaults to Col10000000).
  • additional_fields (string, optional): JSON string of additional fields. See Field Formats for details.
  • parent_item_id (string, optional): Optional parent item ID to create a subtask.

Example Prompt:

"Create a new task in my project list F1234ABCD with the title 'Finish Q4 report' and a due date of 2024-12-20."


create_multiple_list_items

Creates multiple items in a Slack List with rate limiting.

Description: This tool allows bulk creation of list items. Each item is created individually with proper rate limiting to respect Slack's API limits (~50 requests per minute).

Parameters:

  • list_id (string, required): The ID of the Slack List.
  • items_data (string, required): JSON array of items to create. See Bulk Creation Format for details.
  • title_column_id (string, optional): Column ID for the title field.
  • rate_limit_delay (float, optional): Delay between requests in seconds (default: 1.2s).

Example Prompt:

"Add these three tasks to my list F1234ABCD: 1. Design mockups (due 12/10), 2. Write tests (due 12/15), 3. Update documentation (due 12/20)."


get_list_items

Retrieves items from a Slack List.

Description: This tool fetches items from the specified Slack List with optional metadata. Use this to view current list contents, check item details, or prepare data for filtering.

Parameters:

  • list_id (string, required): The ID of the Slack List.
  • limit (integer, optional): Maximum number of items to retrieve (default: 50, max: 100).
  • include_metadata (boolean, optional): Whether to include creation/update metadata (default: True).

Example Prompt:

"Show me the 10 most recent items in my 'Tasks' list F5678EFGH."


filter_list_items

Filters and retrieves items from a Slack List based on field values.

Description: This tool allows you to search and filter list items by specific field values. Useful for finding items with a specific status, assignee, priority, or any other field.

Parameters:

  • list_id (string, required): The ID of the Slack List.
  • filter_column_id (string, required): Column ID to filter by.
  • filter_value (string, required): Value to search for.
  • filter_operator (string, optional): How to match the value. See Filter Operators for options.
  • max_items (integer, optional): Maximum number of items to process (default: 100).

Example Prompt:

"Find all tasks in list F1234ABCD assigned to me that are marked as 'High' priority."


export_list_items

Exports items from a Slack List to a structured data format.

Description: This tool exports list items to JSON or CSV format, with optional filtering. Useful for backup, analysis, or integration with other systems.

Parameters:

  • list_id (string, required): The ID of the Slack List.
  • export_format (string, optional): Output format - json or csv (default: json).
  • filter_column_id (string, optional): Optional column ID to filter by.
  • filter_value (string, optional): Value to filter for (required if filter_column_id is provided).
  • filter_operator (string, optional): Filter operator.

Example Prompt:

"Export all completed tasks from my project list F1234ABCD to a CSV file."


update_list_item

Updates one or more cells on an existing Slack List item (row). This is the tool for full task management: check a task off, reassign it, reschedule it, or edit any field β€” in a single call.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Line Bot MCP Server logoLine Bot MCP Server
    Verified

    MCP Server for Integrating LINE Official Account

    πŸ’¬ Communication3 views
    Compare vs Line Bot MCP Server β†’
  • Gtasks MCP logoGtasks MCP

    A Google Tasks Model Context Protocol Server for Claude

    πŸ’¬ Communication0 views
    Compare vs Gtasks MCP β†’
  • Slack MCP Server logoSlack MCP Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack MCP Server β†’
  • MCP Emails logoMCP Emails

    Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

    πŸ’¬ Communication0 views
    Compare vs MCP Emails β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Slack Lists MCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "slack-lists-mcp": { "command": "npx", "args": ["-y", "slack-lists-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSlack Lists MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/slack-lists-mcp?style=directory)](https://allmcps.com/mcp/slack-lists-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/slack-lists-mcp"><img src="https://allmcps.com/api/badge/slack-lists-mcp?style=directory" alt="Slack Lists MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to Slack Lists MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code