Loading languages...
DI

dify-mcp-server

@YanxingLiu251

Model Context Protocol (MCP) Server for dify workflows

dify
workflow
ai
llm

# mcpServer Config

{
  "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"
      }
    }
  }
}

# stdio

uvx --from git+https://github.com/YanxingLiu/dify-mcp-server dify_mcp_server
Transport:
stdio
Ngôn ngữ:
Python
Đã tạo:12/25/2024
Đã cập nhật:7/29/2025