Description
Dify MCP Server provides a bridge between AI assistants and Dify.ai's workflow applications through the Model Context Protocol. Built by teddylee777, it transforms Dify workflows into MCP tools that can be dynamically discovered and called by AI assistants, handling parameter validation and response formatting. The server loads configuration from a YAML file containing Dify API keys and base URLs, then exposes each configured Dify application as a separate tool with appropriate input schemas derived from the Dify user input forms. This implementation is particularly useful for organizations that have built complex workflows in Dify and want to make them accessible to AI assistants without rebuilding the logic.
Server Details
Added
April 21, 2025
