LogoSTMCP
Download
dify-mcp-server

Model Context Protocol (MCP) Server for dify workflows

A Model Context Protocol (MCP) server implementation for integrating dify workflows, enabling invocation of Dify tools through MCP with environment-based configuration.

Tools

1. dify-mcp-server

A simple implementation of an MCP server for using dify to invoke Dify workflows via MCP tools.

Open Graph image for Model Context Protocol (MCP) Server for dify workflows

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

Useful Links

Information

Categories