Check banner
rygwdn rygwdn

Check

Security community intermediate

Description

A TypeScript library for interacting with Slack's local data, including token extraction from the desktop app and Model Context Protocol (MCP) support for AI assistants.

Installation

Terminal
claude install-skill https://github.com/rygwdn/slack-tools

README

Slack Tools MCP

A TypeScript library for interacting with Slack's local data, including token extraction from the desktop app and Model Context Protocol (MCP) support for AI assistants.

Description

This tool provides programmatic access to the [Slack](https://slack.com/) ecosystem by extracting authentication tokens from the Slack desktop app's local storage and uses the official Slack Web API package for making API calls. It also includes full MCP support for integrating with AI assistants like Claude. This project is not endorsed or authorized by Slack Technologies LLC.

Installation

No installation required! You can run the tool directly using npx with the npm package:

npx -y slack-tools-mcp [options] [command]

Authentication

There are two ways to authenticate with Slack:

    undefined

...