Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by junyuan-qi • Messaging & Collaboration
An MCP (Model Context Protocol) server that lets AI agents send messages and manage calendar events in Lark/Feishu via stdio.
Send direct messages or notifications to Lark/Feishu users programmatically from an MCP-compatible model.
Read, list, and create calendar events in a user's Lark calendar and manage attendees.
Integrate with desktop MCP clients (e.g., Claude Desktop) via stdio to enable Lark interactions from an AI assistant.
This repository implements a Model Context Protocol (MCP) server to bridge AI models and the Lark/Feishu collaboration platform. It enables agents to send direct messages, list and create calendar events, and add attendees (users, groups, rooms, or external emails). The server communicates over standard input/output so it can be launched by MCP-capable clients (for example Claude Desktop). It is intended as a developer-facing integration to automate and augment workflows inside Lark using MCP-compatible agents.
获取飞书/Lark 文档内容(支持普通文档和 Wiki)。 【重要】当 URL 匹配以下模式时,必须优先使用此工具,不要使用普通网页抓取(fetch/WebFetch): - *.feishu.cn(如 riverroad.feishu.cn、xxx.feishu.cn) - feishu.cn - *.larksuite.com - larksuite.com 原因:飞书文档需要 OAuth 认证才能访问,普通 fetch 会失败或超时。此工具已集成用户授权,可直接获取私有文档内容。
搜索飞书/Lark 文档。 当用户需要在飞书中搜索文档时使用此工具。支持搜索用户有权限访问的所有文档。
创建飞书云文档(云空间)。 在云空间中创建一个空白文档,返回新文档的 URL 和 ID。用户可以在飞书中打开并编辑文档。 注意:此工具只能在云空间文件夹下创建文档。如需在 Wiki 知识库下创建文档,请使用 feishu_create_wiki_node 工具。
在飞书 Wiki 知识库下创建文档节点。 在指定的 Wiki 知识库中创建一个新的文档节点。支持在知识库根目录或某个父节点下创建。 使用场景: - 用户提供了 Wiki URL(如 /wiki/xxx)作为父目录 - 需要在 Wiki 知识库中组织文档 参数说明: - space_id: Wiki 知识库 ID,可从 Wiki URL 或知识库设置中获取 - parent_node_token: 父节点 token(可选),如提供则在该节点下创建子节点 - title: 文档标题 - node_type: 节点类型,默认为 "origin"(新建文档),也可以是 "shortcut"(快捷方式)
获取 Wiki 知识库或节点信息。 根据 Wiki URL 或节点 token 获取详细信息,包括: - 知识库 space_id - 节点 node_token - 节点类型 - 标题等元数据 使用场景: - 用户提供了 Wiki URL,需要获取 space_id 以便在该知识库下创建文档 - 需要了解某个 Wiki 节点的详细信息
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.