mcp-client-slackbot

Simple Slackbot MCP Client

GitHub Stars

140

User Rating

Not Rated

Favorites

0

Views

96

Forks

30

Issues

8

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Python: 3.7 or higher
pip: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/sooperset/mcp-client-slackbot.git
cd mcp-client-slackbot

2. Create Virtual Environment and Install Dependencies

bash
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt

3. Configure Environment Variables

Create a .env file and add the following:

SLACK_BOT_TOKEN=xoxb-your-token
SLACK_APP_TOKEN=xapp-your-token
OPENAI_API_KEY=sk-your-openai-key
LLM_MODEL=gpt-4-turbo

Troubleshooting

Issue: Bot won't start Solution: Ensure environment variables are set correctly.

Additional Resources

Author Information
Hyeonsoo Lee

AI Research Scientist | Computer VIsion & Deep Learning

Lunit Inc.Seoul, South Korea

201

Followers

34

Repositories

0

Gists

0

Total Contributions