MCP.so
Sign In

Mcp Difyworkflow Server

@gotoolkits

About Mcp Difyworkflow Server

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.

Basic information

Category

Other

License

Apache-2.0

Runtime

go

Transports

stdio

Publisher

gotoolkits

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 Mcp Difyworkflow Server?

Mcp Difyworkflow Server is an MCP server tool that queries and invokes Dify workflows, enabling on-demand execution of multiple custom workflows.

How to use Mcp Difyworkflow Server?

Install by cloning the repository and building with go build or make build. Configure in mcpServers JSON with the compiled binary path, the Dify API base URL via -base-url, and environment variables DIFY_WORKFLOW_NAME and DIFY_API_KEYS (comma-separated and corresponding one-to-one). Use list_workflows to view authorized workflows or execute_workflow with a workflow name and input.

Key features of Mcp Difyworkflow Server

  • Lists authorized Dify workflows
  • Executes specified workflows with custom input
  • Supports multiple workflow names and API keys
  • Configurable Dify API base URL
  • Workflow input variable defaults to "message"

Use cases of Mcp Difyworkflow Server

  • Integrate custom Dify workflows into MCP-compatible AI assistants
  • Run translation or generation workflows on demand
  • Orchestrate multiple Dify workflows from a single MCP server

FAQ from Mcp Difyworkflow Server

How to install Mcp Difyworkflow Server?

Clone the repository, then build with go build or make build to produce the binary.

How to configure multiple workflows?

Set `DIFY_WORKFLOW

Comments

More Other MCP servers