Dify Workflow MCP Tool ServerServer

TomokiIshimine
GitHub
Dify WorkflowMCPAI Integration

Loading subscription status...

💡 Description

A tool server that enables seamless integration of Dify Workflow using the Model Context Protocol, allowing Claude AI to dynamically access and execute Dify Workflow operations through natural language.

📝 JSON Entries

{
  "mcpServers": [
    {
      "dify-workflow": {
        "env": {
          "DIFY_API_KEY": "your-api-key-here",
          "DIFY_BASE_URL": "https://your-dify-endpoint"
        },
        "args": [
          "@tonlab/dify-mcp-server"
        ],
        "command": "npx"
      }
    },
    {
      "dify": {
        "env": {
          "DIFY_API_KEYS": "app-FirstAPIKeyHere,app-SecondAPIKeyHere,app-ThirdAPIKeyHere",
          "DIFY_BASE_URL": "https://api.dify.ai/v1"
        },
        "args": [
          "@tonlab/dify-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.js

Features

  • Bidirectional communication with Claude
  • Dynamic retrieval of Dify Workflow parameters
  • Support for multiple Dify API keys