Dify Tools MCP ConverterServer

junjiem
GitHub
API ConversionPluginDevelopment Tools

Loading subscription status...

💡 Description

Convert your Dify tools' API to MCP compatible API, allowing tools created in Dify to be accessed from MCP clients like Cherry Studio.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Dify Tools MCP Converter": {
        "env": {
          "FORCE_VERIFYING_SIGNATURE": "false"
        },
        "args": [
          "dify-plugin-mcp_compat_dify_tools"
        ],
        "command": "npm install"
      }
    }
  ]
}

🛠️ Tools

GitHubDify platform

Features

  • Supports plugin installation via GitHub
  • Converts Dify tools' API to MCP compatible API

💬 Example Queries

  • Install the Dify plugin from GitHub repository.
  • Convert a Dify API to MCP compatible API using the Dify Tools MCP Converter.