Skip to main content
Glama

Dify Workflow MCP Tool Server

Servidor de herramientas MCP de flujo de trabajo de Dify

Un servidor de herramientas para una fácil integración con Dify Workflow utilizando el Protocolo de contexto de modelo (MCP).

Características

  • Implementación del protocolo MCP que permite la comunicación bidireccional con Claude
  • Utiliza Dify Workflow como herramienta
  • Recupera y muestra dinámicamente los parámetros del flujo de trabajo de Dify
  • Configuración sencilla mediante variables de entorno
  • NUEVO : Compatibilidad con múltiples claves API de Dify

Prerrequisitos

  • Node.js 16 o superior
  • npm 7 o superior
  • Derechos de acceso a Dify Workflow (clave API)

Integración con la aplicación de escritorio Claude

Para utilizar con la aplicación de escritorio Claude, agregue las siguientes configuraciones al archivo de configuración de Claude:

Ventanas

Agregar a %AppData%\Claude\claude_desktop_config.json :

{ "mcpServers": { "dify-workflow": { "command": "npx", "args": ["@tonlab/dify-mcp-server"], "env": { "DIFY_BASE_URL": "https://your-dify-endpoint", "DIFY_API_KEY": "your-api-key-here" } } } }

Uso de múltiples claves API (NUEVO)

Ahora puede configurar múltiples claves API de Dify, lo que creará múltiples herramientas (una por clave API):

{ "mcpServers": { "dify": { "command": "npx", "args": ["@tonlab/dify-mcp-server"], "env": { "DIFY_BASE_URL": "https://api.dify.ai/v1", "DIFY_API_KEYS": "app-FirstAPIKeyHere,app-SecondAPIKeyHere,app-ThirdAPIKeyHere" } } } }

Cada clave API se expondrá como una herramienta independiente en Claude, con un número distinto añadido al nombre de la herramienta.

macOS/Linux

Agregar a ~/Library/Application Support/Claude/claude_desktop_config.json :

{ "mcpServers": { "dify-workflow": { "command": "npx", "args": ["@tonlab/dify-mcp-server"], "env": { "DIFY_BASE_URL": "https://your-dify-endpoint", "DIFY_API_KEY": "your-api-key-here" } } } }

La misma configuración de clave API múltiple descrita anteriormente también funciona en macOS/Linux.

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.

Permite una integración perfecta entre Claude AI y Dify Workflow a través del Protocolo de contexto de modelo, lo que permite a Claude acceder y ejecutar dinámicamente operaciones de Dify Workflow a través del lenguaje natural.

  1. Características
    1. Prerrequisitos
      1. Integración con la aplicación de escritorio Claude
        1. Ventanas
        2. Uso de múltiples claves API (NUEVO)
        3. macOS/Linux
      2. Licencia

        Related MCP Servers

        • -
          security
          F
          license
          -
          quality
          A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.
          Last updated -
          16
          TypeScript
        • -
          security
          F
          license
          -
          quality
          Connects Claude AI to QGIS through the Model Context Protocol, allowing Claude to directly interact with and control QGIS for tasks like project creation, layer manipulation, and code execution.
          Last updated -
          573
          Python
          • Apple
        • -
          security
          F
          license
          -
          quality
          Exposes Dify applications (both Chatflow and Workflow) as MCP (Model Context Protocol) servers, allowing Claude and other MCP clients to directly interact with Dify apps through a standardized protocol.
          Last updated -
          35
          Python
        • -
          security
          F
          license
          -
          quality
          A server implementation that enables integration of Dify workflows with Model Context Protocol (MCP), allowing users to access Dify's capabilities through MCP-compatible clients.
          Last updated -
          2

        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/TomokiIshimine/dify-mcp-server'

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