Content
# mcp-feishu-bot
A simple project combining mcp with Feishu bot
https://github.com/user-attachments/assets/02d8ddfb-86a0-401c-9897-c5579e28624b
Deployment steps:
```
git clone https://github.com/twwch/mcp-feishu-bot.git
cd mcp-feishu-bot
copy src/.env.example to src/.env
```
Modify the configuration in src/.env, currently only AZURE_OPENAI_MODEL and OPENAI_MODEL are supported.
Create a virtual Python environment
```
conda create -n mcp-feishu-bot python=3.12 -y
conda activate mcp-feishu-bot
pip install -r requirements.txt
```
After installation, run
```
cd src
python app.py
```
Connection Info
You Might Also Like
awesome-mcp-servers
A collection of MCP servers.
git
A Model Context Protocol server for Git automation and interaction.
Appwrite
Build like a team of hundreds
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
oh-my-opencode
Background agents · Curated agents like oracle, librarians, frontend...
chatbox
User-friendly Desktop Client App for AI Models/LLMs (GPT, Claude, Gemini, Ollama...)