
Dify Workflow MCP Server
by gotoolkits
Invoke and query custom Dify workflows on-demand through a Model Context Protocol server.
What it does
This MCP server connects AI agents to the Dify platform, allowing them to execute complex, multi-step workflows. It enables the AI to trigger specific Dify workflows by name and pass input data, effectively extending the agent's capabilities with Dify's orchestration power.
Tools
list_workflows: Lists all authorized Dify workflows available for execution.execute_workflow: Executes a specific Dify workflow using a provided workflow name and input message.
Installation
To install, clone the repository and build using Go:
git clone https://github.com/gotoolkits/mcp-difyworkflow-server.git
cd mcp-difyworkflow-server
go build .
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-difyworkflow-server": {
"command": "/path/to/mcp-difyworkflow-server",
"args": ["-base-url", "http://localhost/v1"],
"env": {
"DIFY_WORKFLOW_NAME": "workflow-translator,workflow-genImag",
"DIFY_API_KEYS": "your-api-key-1,your-api-key-2"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go build .Information
- Pricing
- free
- Published
- 4/22/2026
- stars






