MCP.so
Sign In

Model Context Protocol (MCP) Server for dify workflows

@YanxingLiu

About Model Context Protocol (MCP) Server for dify workflows

Model Context Protocol (MCP) Server for dify workflows

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

YanxingLiu

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Model Context Protocol (MCP) Server for dify workflows?

A simple MCP server that enables calling Dify workflows as MCP tools. It integrates with the Dify API to invoke workflows configured with app secret keys.

How to use Model Context Protocol (MCP) Server for dify workflows?

Prepare either environment variables (DIFY_BASE_URL and DIFY_APP_SKS) or a config.yaml file with the same data.

Comments

More Other MCP servers