Skip to main content
Glama

MCP-FEISHU

by NINGyv179

MCP-FEISHU

MCP-FEISHU es un servidor de plano de control de microservicios (MCP) diseñado específicamente para la integración con Windsurf IDE. Obtiene información de la API de Feishu OpenAPI y la proporciona al cliente MCP del IDE, lo que permite una integración y gestión fluidas de la API en su entorno de desarrollo.

Características

  • Se conecta a Feishu OpenAPI para recuperar especificaciones de API
  • Expone información de API como recursos MCP
  • Proporciona herramientas para el descubrimiento y exploración de API.
  • Admite pruebas de API e integración dentro de Windsurf IDE
  • Implementa el Protocolo de Contexto de Modelo (MCP) para la comunicación estandarizada

Instalación

# 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

Uso

Iniciando el servidor

pnpm start

Depurar

npx @modelcontextprotocol/inspector node dist/index.js

Conexión desde Windsurf IDE

pnpm build

En la configuración de Windsurf IDE, agregue un nuevo servidor MCP con la siguiente configuración:

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

Recursos de API

El servidor MCP-FEISHU expone los siguientes recursos:

  • api://projects - Lista todos los proyectos de API
  • api://projects/{projectId} - Obtener detalles de un proyecto específico
  • api://projects/{projectId}/apis - Enumera todas las API de un proyecto
  • api://projects/{projectId}/apis/{apiId} - Obtener detalles de una API específica

Herramientas

El servidor proporciona las siguientes herramientas:

  • get_defect_link - Obtener el enlace a un defecto específico
  • get_recently_updated_defect_list - Obtener una lista de defectos actualizados recientemente

Desarrollo

# Run in development mode with hot reloading npm run dev

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
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.

Un servidor de plano de control de microservicio que obtiene información de API de Feishu OpenAPI y la proporciona a Windsurf IDE, lo que permite una integración y gestión perfecta de API dentro de su entorno de desarrollo.

  1. Características
    1. Instalación
      1. Uso
        1. Iniciando el servidor
        2. Depurar
        3. Conexión desde Windsurf IDE
      2. Recursos de API
        1. Herramientas
          1. Desarrollo
            1. Licencia

              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