Skip to main content
Glama

MCP-FEISHU

by NINGyv179

MCP飞书

MCP-FEISHU 是一款专为 Windsurf IDE 集成设计的微服务控制平面 (MCP) 服务器。它从飞书 OpenAPI 获取 API 信息,并将其提供给 IDE 的 MCP 客户端,从而实现开发环境中 API 的无缝集成和管理。

特征

  • 连接飞书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

执照

麻省理工学院

-
security - not tested
F
license - not found
-
quality - not tested

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.

微服务控制平面服务器从飞书 OpenAPI 获取 API 信息并将其提供给 Windsurf IDE,从而实现开发环境中的无缝 API 集成和管理。

  1. 特征
    1. 安装
      1. 用法
        1. 启动服务器
        2. 调试
        3. 从 Windsurf IDE 连接
      2. API 资源
        1. 工具
          1. 发展
            1. 执照

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                This 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 -
                195
                641
                JavaScript
                MIT License
                • Apple
                • Linux
              • -
                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 -
                4
                TypeScript
              • -
                security
                A
                license
                -
                quality
                A 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 -
                43
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                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 -
                TypeScript

              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