Back to directory
dify-mcp-server

dify-mcp-server

@YanxingLiu275

An MCP server that integrates Dify workflows, allowing them to be invoked as MCP tools for large language models.

difyworkflowaillmcontext

Installation & Configuration

{
  "mcpServers": {
    "dify-mcp-server": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/YanxingLiu/dify-mcp-server",
        "dify_mcp_server"
      ],
      "env": {
        "DIFY_BASE_URL": "https://cloud.dify.ai/v1",
        "DIFY_APP_SKS": "app-sk1,app-sk2"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2024/12/25
Updated
2026/6/7