mcp-difyworkflow-server

gotoolkits/mcp-difyworkflow-server
★ 59 stars Go 📦 Other Updated 1mo ago
mcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation of Dify workflows, supporting the on-demand operation of multiple custom Dify workflows.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-difyworkflow-ser": {
      "command": "go",
      "args": [
        "run",
        "github.com/gotoolkits/mcp-difyworkflow-server@latest"
      ]
    }
  }
}

Topics

aimcpmcp-server