You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert
Chenzhi-Ana / feishu_mcp_server Public
飞书MCP服务器,用于通过MCP协议向飞书发送消息
3 stars
0 forks
Branches
Tags
Activity
Notifications
You must be signed in to change notification settings
main
Go to file
Code
| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------
乔琛智
更新MCP配置文件,使用uv run命令
Mar 15, 2025
11d2021
· Mar 15, 2025
History
-------
8 Commits
| | |
| .gitignore | | .gitignore | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| .python-version | | .python-version | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| Dockerfile | | Dockerfile | Add Dockerfile | Mar 15, 2025 |
| README.md | | README.md | Update README | Mar 15, 2025 |
| bot.py | | bot.py | remove something | Mar 15, 2025 |
| feishu.bot | | feishu.bot | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| feishu_mcp_config.json | | feishu_mcp_config.json | 更新MCP配置文件,使用uv run命令 | Mar 15, 2025 |
| main.py | | main.py | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| pyproject.toml | | pyproject.toml | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| smithery.yaml | | smithery.yaml | Add Smithery configuration | Mar 15, 2025 |
| uv.lock | | uv.lock | 初始提交:飞书MCP服务器 | Mar 15, 2025 |
| View all files | | |
通过将飞书机器人用MCP server 代理,可以让cursor或者Claude的用户,可以结合LLM的模型后使用飞书机器人执行业务逻辑
+----------------+ +-------------+ +-------------+ +----------------+
| | | | | | | |
| Claude/Cursor |----->| MCP Client |----->| MCP Server |----->| 飞书机器人 |
| | | | | | | |
+----------------+ +-------------+ +-------------+ +----------------+
调用流程说明:
1. Claude/Cursor 通过 MCP Client 发送请求
2. MCP Client 将请求转发给 MCP Server
3. MCP Server 处理请求并调用飞书机器人API
4. 飞书机器人与飞书API交互
``
## 配置
uv --directory YOUR_PATH run bot.py --webhook YOUR_WEB_HOOK
替换这两部分为你的路径和机器人地址即可
### Installing via Smithery
To install feishu_mcp_server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@Chenzhi-Ana/feishu_mcp_server):
```bash
npx -y @smithery/cli install @Chenzhi-Ana/feishu_mcp_server --client claude
飞书MCP服务器,用于通过MCP协议向飞书发送消息
No releases published
No packages published
You can’t perform that action at this time.