The reputation layer for AI skills, tools & agents

YanxingLiu/dify-mcp-server

Score: 31.2 Rank #5869

Model Context Protocol (MCP) Server for dify workflows

Overview

YanxingLiu/dify-mcp-server is a Python MCP server. Model Context Protocol (MCP) Server for dify workflows

Ranked #5869 out of 25632 indexed tools.

Ecosystem

Python No license

Signal Breakdown

Stars 275
Freshness 10mo ago
Issue Health 50%
Contributors 5
Dependents 0
Forks 37
Description Good
License None

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

License low impact

Add an MIT or Apache-2.0 license to signal trust and enable adoption

Freshness high impact

Last commit was 329 days ago — a recent commit would boost your freshness score

Badge

AgentRank score for YanxingLiu/dify-mcp-server
[![AgentRank](https://agentrank-ai.com/api/badge/tool/YanxingLiu--dify-mcp-server)](https://agentrank-ai.com/tool/YanxingLiu--dify-mcp-server)
<a href="https://agentrank-ai.com/tool/YanxingLiu--dify-mcp-server"><img src="https://agentrank-ai.com/api/badge/tool/YanxingLiu--dify-mcp-server" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server""model context protocol""model-context-protocol"

From the README

# Model Context Protocol (MCP) Server for dify workflows
A simple implementation of an MCP server for using [dify](https://github.com/langgenius/dify). It achieves the invocation of the Dify workflow by calling the tools of MCP.
## 📰 News
* [2025/4/15] zNow supports directly using environment variables to pass `base_url` and `app_sks`, making it more convenient to use with cloud-hosted platforms.

## 🔨Installation
The server can be installed via [Smithery](https://smithery.ai/server/dify-mcp-server) or manually. 

### Step1: prepare config.yaml or enviroments
You can configure the server using either environment variables or a `config.yaml` file.

#### Method 1: Using Environment Variables (Recommended for Cloud Platforms)

Set the following environment variables:

```shell
export DIFY_BASE_URL="https://cloud.dify.ai/v1"
export DIFY_APP_SKS="app-sk1,app-sk2" # Comma-separated list of your Dify App SKs
```

*   `DIFY_BASE_URL`: The base URL for your Dify API.
*   `DIFY_APP_SKS`: A com
Read full README on GitHub →
Are you the maintainer? Claim this listing