hjlarry_dify_plugin_mcp_server

hjlarry_dify_plugin_mcp_server

by hjlarry
A Dify plugin that transforms a Dify app into an MCP server for secure, private network use.

Dify MCP Server Plugin

Version Repo

A Dify endpoint plugin that transforms a Dify app into an MCP server. To keep your data secure, use this plugin exclusively within your private network.

Overview

The Dify MCP Server Plugin allows you to convert a Dify application into an MCP server, enabling seamless integration with MCP clients like Cherry Studio. This plugin is designed to work with simple workflow apps in Dify, ensuring that the app's input schema is properly defined for MCP compatibility.

Getting Started

1. Create a Simple Workflow App in Dify

Step 1

2. Add an Endpoint and Select This App

Step 2

Ensure the app's input schema defines its input parameters. For a chat Dify app, include a query field in the input schema, formatted as follows:

{
    "name": "get_weather",
    "description": "Get weather status for a place.",
    "inputSchema": {
        "properties": {
            "place": {"title": "Place", "type": "string"}
        },
        "required": ["place"],
        "title": "get_weatherArguments",
        "type": "object"
    }
}

3. Copy the Endpoint URL to Your MCP Client, Like Cherry Studio

Step 3
Step 4

4. Enjoy It!

Step 5

Resources

Stars, Watchers, and Forks

  • 10 stars
  • 1 watching
  • 0 forks

Releases

Languages

  • Python 100.0%

Features & Capabilities

Categories
mcp_server model_context_protocol python dify api_integration workflow

Implementation Details

Stats

0 Views
10 GitHub Stars

Repository Info

hjlarry Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300