MCP.so
Sign In
Servers

Gotoolkits_mcp Difyworkflow Server

@MCP-Mirror

Mirror of

Overview

What is Gotoolkits_mcp Difyworkflow Server?

Gotoolkits_mcp Difyworkflow Server is an MCP server Tools application that lets you query and invoke Dify workflows on demand, supporting multiple custom workflows simultaneously. It is built for developers using the Dify platform who want to trigger workflows via an MCP client.

How to use Gotoolkits_mcp Difyworkflow Server?

Clone the repository, build the binary with Go or make, then configure the server in your MCP client’s settings JSON. Set the Dify API base URL via -base-url, and provide comma-separated workflow names and API keys via the environment variables DIFY_WORKFLOW_NAME and DIFY_API_KEYS. Use the tools list_workflows to list authorized workflows and execute_workflow to run one by name, passing the input as message.

Key features of Gotoolkits_mcp Difyworkflow Server

  • Lists all authorized Dify workflows.
  • Executes any named workflow with custom input.
  • Supports multiple workflows with one-to-one name/key mapping.
  • Uses the Dify platform API for all operations.
  • Works with any MCP‑compatible client.

Use cases of Gotoolkits_mcp Difyworkflow Server

  • Trigger a translation workflow from an AI assistant.
  • Run a content generation workflow by name.
  • Automate multi‑step Dify pipelines via MCP tools.
  • Integrate Dify workflows into larger MCP‑based toolchains.

FAQ from Gotoolkits_mcp Difyworkflow Server

What dependencies or runtime are required?

The server is a compiled Go binary. You only need the binary and a Dify platform with an accessible API endpoint.

How are workflow names and API keys configured?

Set DIFY_WORKFLOW_NAME and DIFY_API_KEYS as comma‑separated lists. The order must correspond one‑to‑one – the first name maps to the first key, and so on.

What transport or authentication does the server use?

It communicates with the Dify API via the base URL you provide (e.g., http://localhost/v1). Authentication is handled by the API keys supplied in the environment.

What is the expected input variable name for a Dify workflow?

The Dify workflow’s input variable should be defined as "message". The execute_workflow tool passes the user’s input under that key.

Are there any limitations on workflow names or keys?

No limits are stated beyond the requirement that names and keys be provided in matching order. The server supports multiple workflows but the exact maximum is not specified.

Tags

More from Other