YanxingLiu/dify-mcp-server
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
License low impact
Freshness high impact
Matched Queries
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 comRead full README on GitHub →
Are you the maintainer? Claim this listing