feishu--MCP-server
Verified Safeby zmlAEQ
Overview
This server integrates FeiShu APIs (documents, bots, chats, multi-dimensional tables) with AI models via the Model Context Protocol (MCP) to enable tools-based RAG workflows and automated interactions.
Installation
node dist/index.js --stdioEnvironment Variables
- FEISHU_APP_ID
- FEISHU_APP_SECRET
- PORT
- LOG_LEVEL
- TOKEN_CACHE_DURATION
Security Notes
The server uses Zod for robust input validation in its tool layer and handles FeiShu API credentials via environment variables, with masking in logs. Fastify CORS is configured, mitigating common web security risks. While `JSON.parse` is used on certain inputs (like `cardContent` and `docType` strings), in the context of an MCP server, these inputs are typically generated by a controlled LLM or validated client, which reduces the risk. No `eval` or blatant hardcoded secrets were found.
Similar Servers
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
google-docs-mcp
Allows AI assistants to programmatically interact with Google Docs, Sheets, and Drive for document management, editing, formatting, and file organization.
mcp-outline
A Model Context Protocol server for interacting with Outline document management, enabling AI assistants to search, read, create, edit, archive, and manage documents, collections, and comments.
open-feishu-mcp-server
Remote Model Context Protocol (MCP) server for integrating AI clients with Feishu functionalities, leveraging Feishu OAuth for secure user authentication and Cloudflare Workers for global distribution.