feishu-bot-mcp
Related Servers
Alternatives to feishu-bot-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables sending messages to DingTalk group chats through custom bot webhooks, supporting text, Markdown, images, news, and template card messages.692 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables posting text messages to Google Chat spaces through webhook-based integration, providing simple and secure message delivery without OAuth setup requirements.MIT
- AlicenseNot gradedqualityDmaintenanceEnables sending text messages, files, and images to Feishu (Lark) group chats via MCP, with support for automatic default group configuration.MIT
- AlicenseNot gradedqualityDmaintenanceEnables posting text messages to Google Chat spaces using webhooks, providing simple integration without OAuth setup required.1MIT
- AlicenseNot gradedqualityDmaintenanceEnables real-time Feishu message monitoring, sending, file upload to cloud documents, and supports async and scheduled tasks via MCP.5MIT
- AlicenseBqualityDmaintenanceEnables remote chat between Feishu (Lark) and AI agents like Cursor/Claude via MCP, allowing users to send messages from Feishu groups and receive streaming replies.44 npmMIT
TDQS
Scored across 6 tools
All tools are send_* variants targeting different message types (text, image, markdown, card, post, share_chat), so their purposes are mostly distinct. However, send_markdown and send_card both render lark_md content, which could cause some confusion about which to use for Markdown-formatted messages.
All tool names follow a consistent verb_noun pattern: send_text, send_image, send_markdown, send_card, send_post, send_share_chat. The pattern is uniform and predictable.
Six tools is well-scoped for a Feishu bot messaging server. Each tool covers a distinct message type, and the count is appropriate for the server's purpose without being excessive or thin.
The tool set covers the main Feishu message types (text, image, markdown, card, post, share_chat), which is comprehensive for a messaging bot. Minor gaps include no tool for sending files, audio, or interactive buttons beyond the card's bottom buttons, but the core messaging surface is well covered.