chenzhi_ana_feishu_mcp_server

chenzhi_ana_feishu_mcp_server

by Chenzhi-Ana

配置

Skip to content

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

Star

Notifications
You must be signed in to change notification settings

Chenzhi-Ana/feishu_mcp_server

main

2 Branches
0 Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

author

乔琛智

更新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 | | |

Repository files navigation

飞书MCP机器人

smithery badge

目标

通过将飞书机器人用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

Installing Manually

About

飞书MCP服务器,用于通过MCP协议向飞书发送消息

Resources

Readme

Activity

Stars

3 stars

Watchers

1 watching

Forks

0 forks

Report repository

Releases


No releases published

Packages 0


No packages published

Contributors 2


Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
3 GitHub Stars

Repository Info

Chenzhi-Ana Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300