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
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.
More Other MCP servers
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments