Dify Workflow

MCP Server

Query and execute Dify AI workflows through MCP. Trigger workflow runs, check status, and retrieve results.

by Community

★★★★☆ 3.8/5 (20 reviews)
350GitHub stars
3kinstalls
Updated 2025-12-05
gointermediateactive

Installation

go install github.com/gotoolkits/mcp-difyworkflow-server@latest

Quick Start

```json
{
  "mcpServers": {
    "dify": {
      "command": "mcp-difyworkflow-server",
      "env": { "DIFY_API_URL": "http://localhost/v1", "DIFY_API_KEY": "your-key" }
    }
  }
}
```

Tools & Capabilities

run_workflow
get_status
list_workflows

Compatibility

Claude Desktop

About Dify Workflow

Query and execute Dify AI workflows through MCP. Trigger workflow runs, check status, and retrieve results.

View on GitHub →

Language: Go

Category: AI & ML

← Back to MCP Hub Directory