Back to Home
ztxtxwd icon

open-feishu-mcp-server

Verified Safe

by ztxtxwd

Overview

A remote Model Context Protocol (MCP) server with integrated Feishu (Lark) OAuth for securely connecting AI agents and clients to Feishu's API ecosystem, enabling AI-powered automation and interaction within Feishu documents, sheets, and other services.

Installation

Run Command
npm run dev

Environment Variables

  • FEISHU_APP_ID
  • FEISHU_APP_SECRET
  • COOKIE_ENCRYPTION_KEY

Security Notes

The server leverages `zod` for robust input validation, which is a strong security practice. Secrets like `FEISHU_APP_ID`, `FEISHU_APP_SECRET`, and `COOKIE_ENCRYPTION_KEY` are handled securely via Cloudflare Workers' `wrangler secret` mechanism, not hardcoded. A potential, albeit low, risk exists in `mediaUploadTool`'s ability to fetch content from a user-provided URL without explicit validation of the URL itself (SSRF if the upstream AI agent can provide malicious URLs). There's also a hardcoded dependency on an external `svg-to-png.tapeless.eu.org` service for SVG conversion, introducing a supply chain risk.

Similar Servers

Stats

Interest Score50
Security Score8
Cost ClassMedium
Avg Tokens3
Stars70
Forks8
Last Update2025-12-13

Tags

FeishuMCP ServerCloudflare WorkersOAuthAI IntegrationDeveloper Tools