Back to Home
zmlAEQ icon

feishu--MCP-server

Verified Safe

by 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

Run Command
node dist/index.js --stdio

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-01

Tags

FeiShu APIMCP ServerRAGTypeScriptAI Integration