Skip to main content
Glama

MCP-FEISHU

by NINGyv179

MCP-フェイシュ

MCP-FEISHUは、Windsurf IDEとの統合に特化して設計されたマイクロサービスコントロールプレーン(MCP)サーバーです。Feishu OpenAPIからAPI情報を取得し、IDEのMCPクライアントに提供することで、開発環境内でシームレスなAPI統合と管理を実現します。

特徴

  • Feishu OpenAPIに接続してAPI仕様を取得します
  • API情報をMCPリソースとして公開する
  • APIの検出と探索のためのツールを提供する
  • Windsurf IDE内でのAPIテストと統合をサポート
  • 標準化された通信のためのモデルコンテキストプロトコル(MCP)を実装します

インストール

# Clone the repository # git clone https://github.com/yourusername/mcp-feishu.git # cd mcp-feishu # Install dependencies pnpm install # Build the project pnpm run build

使用法

サーバーの起動

pnpm start

デバッグ

npx @modelcontextprotocol/inspector node dist/index.js

Windsurf IDEからの接続

pnpm build

Windsurf IDE 設定で、次の構成で新しい MCP サーバーを追加します。

"mcpServers": { "feiShuServer": { "command": "node", "args": ["/Program Files/project/mcp-feishu/dist/index.js"], "env": { "APP_ID": "", "APP_SECRET": "", "TABLE_ID": "", "APP_TOKEN": "" } } }

APIリソース

MCP-FEISHU サーバーは次のリソースを公開します。

  • api://projects - すべての API プロジェクトを一覧表示します
  • api://projects/{projectId} - 特定のプロジェクトの詳細を取得する
  • api://projects/{projectId}/apis - プロジェクト内のすべての API を一覧表示します
  • api://projects/{projectId}/apis/{apiId} - 特定の API の詳細を取得します

ツール

サーバーは次のツールを提供します。

  • get_defect_link - 特定の欠陥へのリンクを取得する
  • get_recently_updated_defect_list - 最近更新された欠陥のリストを取得します

発達

# Run in development mode with hot reloading npm run dev

ライセンス

マサチューセッツ工科大学

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Feishu OpenAPI から API 情報を取得して Windsurf IDE に提供し、開発環境内でシームレスな API 統合と管理を可能にするマイクロサービス コントロール プレーン サーバーです。

  1. 特徴
    1. インストール
      1. 使用法
        1. サーバーの起動
        2. デバッグ
        3. Windsurf IDEからの接続
      2. APIリソース
        1. ツール
          1. 発達
            1. ライセンス

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A Management Control Plane server that allows users to explore and analyze Swagger/OpenAPI specifications, providing features such as endpoint exploration, schema analysis, and customizable response formatting, with support for authentication and integration with tools like Claude.
                Last updated -
                18
                TypeScript
              • A
                security
                F
                license
                A
                quality
                A microservice control plane server that integrates with Windsurf IDE by fetching API information from Eolink OpenAPI and exposing it as MCP resources, enabling seamless API integration and management in the development environment.
                Last updated -
                6
                TypeScript
              • -
                security
                A
                license
                -
                quality
                Provides access to Feishu (Lark) documents for AI-driven coding tools like Cursor, Windsurf, and Cline based on Model Context Protocol implementation.
                Last updated -
                401
                118
                TypeScript
                MIT License
                • Apple
                • Linux
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that enables AI assistants to interact with Feishu project management systems, allowing retrieval of project views and work items.
                Last updated -
                4
                5
                Python
                MIT License
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/NINGyv179/mcp-feishu'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server