The mcp-difyworkflow-server allows AI agents to query and invoke Dify workflows. It provides tools to manage and execute multiple custom workflows on-demand. The server connects to Dify's workflow automation platform, enabling secure and dynamic workflow operations. Developers use it to integrate Dify workflows into AI agent workflows, automating tasks and processes.
The mcp-difyworkflow-server allows AI agents to query and invoke Dify workflows. It provides tools to manage and execute multiple custom workflows on-demand. The server connects to Dify's workflow automation platform, enabling secure and dynamic workflow operations. Developers use it to integrate Dify workflows into AI agent workflows, automating tasks and processes.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"gotoolkits-mcp-difyworkflow-server-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-gotoolkits-mcp-difyworkflow-server-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp difyworkflow server?"
API Key Required
This server requires an API key from mcp difyworkflow server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_DIFYWORKFLOW_SERVER_API_KEY | Yes | Your mcp difyworkflow server API key |
"What resources are available in mcp difyworkflow server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp difyworkflow server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp difyworkflow server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.