Dify MCP ServerServer

YanxingLiu
GitHub
MCPDifyAI Tools

Loading subscription status...

💡 Description

A simple implementation of an MCP server for using Dify. It allows invoking the Dify workflow through MCP tools.

📝 JSON Entries

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