Skip to main content
Glama

MCP-フェイシュ

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

特徴

  • Feishu OpenAPIに接続してAPI仕様を取得します

  • API情報をMCPリソースとして公開する

  • APIの検出と探索のためのツールを提供する

  • Windsurf IDE内でのAPIテストと統合をサポート

  • 標準化された通信のためのモデルコンテキストプロトコル(MCP)を実装します

Related MCP server: Lark MCP Server

インストール

# 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
F
license - not found
D
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    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.
    6
  • F
    license
    Not graded
    quality
    D
    maintenance
    A server that enables LLMs to interact with Lark/Feishu services, currently supporting employee information queries via Lark's Contact API.
    41
    3
  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for Feishu/Lark API integration, enabling AI agents to send messages, manage groups, create and edit documents and spreadsheets, and search knowledge bases.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

  • MCP server for InsForge BaaS — database, storage, edge functions, and deployments

  • MCP server for interacting with the Supabase platform

View all MCP Connectors

Latest Blog Posts

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