Agent Slack
Freeby MCP Community
Slack CLI tool for AI agents - replaces MCP Slack tools with a token-efficient CLI
v0.3.4Added Apr 12, 2026
slackclimcpagentclaude
Agent Slack MCP Server
Slack CLI tool for AI agents - replaces MCP Slack tools with a token-efficient CLI
Installation
Reviews
Installation
Quick install
npx -y @asafrose/agent-slack
Add to claude_desktop_config.json
{
"mcpServers": {
"agent-slack": {
"command": "npx",
"args": ["-y", "@asafrose/agent-slack"]
}
}
}