Productivity|Development|AI / ML|CloudPython
dify-mcp-server
Model Context Protocol (MCP) Server for dify workflows
N/A rating (0 reviews)0 installs275 GitHub stars
MCPdifyworkflow
A simple implementation of an MCP server for using dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"dify-mcp-server-1": {
"args": [
"dify-mcp-server"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.