feishu_mcp_server

feishu_mcp_server

5

The project connects Claude or Cursor users to the Feishu bot using an MCP server to execute business logic efficiently. It streamlines communication through defined protocols, enhancing functionality and integration.

Overview

The project integrates the Feishu bot with MCP Server to allow users of Claude or Cursor to execute business logic with the Feishu bot. The workflow is facilitated through an MCP server proxy that connects MCP clients with Feishu bots.

  • Claude/Cursor sends requests via MCP Client
  • MCP Client forwards requests to MCP Server
  • MCP Server processes requests and interacts with the Feishu bot via the API
  • Feishu bot handles API interactions

Configuration

Run with your specified directory and webhook using the command format.

Installation

  • Smithery: Quickly install using Smithery CLI.
  • Manual Installation: Steps provided for manual setup.