slack-messages
Verified Safeby cardmagic
Overview
Fuzzy search and browse Slack messages and threads from the command line or as an MCP server.
Installation
npx -y @cardmagic/slack-messages --mcpSecurity Notes
The server stores Slack user OAuth tokens locally in `~/.slack-messages/config.json`. This is necessary for its functionality, and the README explicitly warns users not to share or commit these tokens. Sensitive input (Slack token) is handled securely via a password prompt. Database operations use parameterized queries, mitigating SQL injection risks. Slack API calls are rate-limited and use the official SDK, which handles retries. No 'eval', obfuscation, hardcoded secrets, or overtly malicious patterns were found in the provided source code.
Similar Servers
slack-mcp-server
Provides a Model Context Protocol (MCP) server for integrating Slack workspace data and communication capabilities with AI models and agents.
slack-mcp-client
This client bridges Slack with AI models and external tools via the Model Context Protocol (MCP), enabling AI to interact with real systems and data through Slack conversations.
mcp-use-cli
An interactive command-line interface (CLI) tool for connecting to and interacting with Model Context Protocol (MCP) servers using natural language, acting as an AI client that orchestrates LLM responses with external tools.
messages
Fuzzy search and browse Apple Messages (iMessage/SMS) from the command line or as an MCP server.