Skip to main content
Other Tools and IntegrationsGo

gotoolkits/DifyWorkflow

🏎️ ☁️ Tools to the query and execute of Dify workflows

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/gotoolkits/mcp-difyworkflow-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-difyworkflow-server": {
      "command": "npx",
      "args": [
        "-y",
        "gotoolkits/DifyWorkflow"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Go
Author
gotoolkits