MCP-フェイシュ
MCP-FEISHUは、Windsurf IDEとの統合に特化して設計されたマイクロサービスコントロールプレーン(MCP)サーバーです。Feishu OpenAPIからAPI情報を取得し、IDEのMCPクライアントに提供することで、開発環境内でシームレスなAPI統合と管理を実現します。
特徴
- Feishu OpenAPIに接続してAPI仕様を取得します
- API情報をMCPリソースとして公開する
- APIの検出と探索のためのツールを提供する
- Windsurf IDE内でのAPIテストと統合をサポート
- 標準化された通信のためのモデルコンテキストプロトコル(MCP)を実装します
インストール
使用法
サーバーの起動
デバッグ
Windsurf IDEからの接続
Windsurf IDE 設定で、次の構成で新しい MCP サーバーを追加します。
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
- 最近更新された欠陥のリストを取得します
発達
ライセンス
マサチューセッツ工科大学
This server cannot be installed
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 統合と管理を可能にするマイクロサービス コントロール プレーン サーバーです。
Related MCP Servers
- -securityAlicense-qualityThis tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.Last updated -195641JavaScriptMIT License
- -securityFlicense-qualityA 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 -4TypeScript
- -securityAlicense-qualityA proxy server that bridges AI agents and external APIs by dynamically translating OpenAPI specifications into standardized MCP tools, enabling seamless interaction without custom integration code.Last updated -43PythonMIT License
- -securityFlicense-qualityA 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 -TypeScript