Back to directory
yanxingliu/dify-mcp-server

yanxingliu/dify-mcp-server

@YanxingLiu

Model Context Protocol (MCP) Server for dify workflows

difymcpworkflowaillmautomationpythontool

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
2026/6/12
Updated
2026/6/13