mcp-feishu-bot

by twwch

MCP Client 10 stars
  • other

About

What is mcp-feishu-bot?

mcp-feishu-bot is a simple project that integrates the Model Context Protocol (MCP) with the Feishu (Lark) bot. It runs on a Python environment and is intended for developers who want to connect MCP-powered AI models to Feishu messaging.

How to use mcp-feishu-bot?

Clone the repository, copy src/.env.example to src/.env, and modify the configuration in src/.env (currently supports AZURE_OPENAI_MODEL and OPENAI_MODEL). Create a Python 3.12 conda environment, install dependencies with pip install -r requirements.txt, then run cd src && python app.py.

Key features of mcp-feishu-bot

Use cases of mcp-feishu-bot

FAQ from mcp-feishu-bot

Details

Author
twwch
GitHub stars
10
Category
other
Repository
twwch/mcp-feishu-bot

mcp-feishu-bot

一个简单的mcp结合飞书机器人的项目

https://github.com/user-attachments/assets/02d8ddfb-86a0-401c-9897-c5579e28624b

部署步骤:

git clone https://github.com/twwch/mcp-feishu-bot.git
cd mcp-feishu-bot
copy src/.env.example to src/.env

在src/.env中修改配置, 目前仅支持AZURE_OPENAI_MODEL 和 OPENAI_MODEL

创建虚拟环境python环境

conda create -n mcp-feishu-bot python=3.12 -y

conda activate mcp-feishu-bot

pip install -r requirements.txt

安装完成后运行

cd src
python app.py