Back to Home
ztxtxwd icon

open-feishu-mcp-server

Verified Safe

by ztxtxwd

Overview

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.

Installation

Run Command
npm run dev

Environment Variables

  • FEISHU_APP_ID
  • FEISHU_APP_SECRET
  • COOKIE_ENCRYPTION_KEY

Security Notes

The server uses standard OAuth 2.1 practices with Feishu, securely handles client secrets via environment variables, and encrypts/signs cookies using a provided encryption key. Secrets are loaded from the Cloudflare Workers `env` object. Custom handlers utilize `userAccessToken` for making API calls on behalf of the user, which is expected. A third-party service `https://svg-to-png.tapeless.eu.org` is used for SVG conversion, which introduces an external dependency for certain media handling functionalities. Manual rate limiting is implemented for some document patch operations.

Similar Servers

Stats

Interest Score49
Security Score8
Cost ClassMedium
Avg Tokens300
Stars71
Forks8
Last Update2026-01-15

Tags

MCPFeishuOAuthCloudflare WorkersAI ToolsRemote ServerAPI Gateway