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
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Mastra
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability....
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...