Back to directory
gotoolkits/mcp-difyworkflow-server

gotoolkits/mcp-difyworkflow-server

@gotoolkits

mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.

MCPDifyworkflowserver工作流自动化Gotool

Installation & Configuration

{
  "mcpServers": {
    "mcp-difyworkflow-server": {
      "command": "mcp-difyworkflow-server",
      "args": [
        "-base-url",
        "http://localhost/v1"
      ],
      "env": {
        "DIFY_WORKFLOW_NAME": "workflow-translator,workflow-genImag",
        "DIFY_API_KEYS": "appkey-xxxxxxxxxxxa,appkey-xxxxxxxxxxxb"
      }
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/12
Updated
2026/6/12