dify-workflow-mcp

dify-workflow-mcp

3.3

If you are the rightful owner of dify-workflow-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools.

The Dify Workflows MCP Server is a TypeScript-based implementation designed to convert Dify applications into MCP tools. It allows for the configuration of the server through command-line parameters and is built with type safety in mind. The server is based on the localSummer/dify-workflow-mcp project, with modifications and optimizations to enhance its functionality. It requires Node.js 18 or higher and npm 8 or higher, along with access to Dify API and application keys. The server can be built and started using npm scripts, and it supports both custom and default parameters for ease of use.

Features

  • Converts Dify applications into MCP tools
  • Supports streaming responses from Dify workflows (to be implemented)
  • Configurable via command-line parameters
  • Written in TypeScript for type safety