MCP ExplorerExplorer

Hjlarry Dify Plugin Mcp Server

@MCP-Mirroron 9 months ago
1 MIT
FreeCommunity
AI Systems
Mirror of https://github.com/hjlarry/dify-plugin-mcp_server

Overview

What is Hjlarry Dify Plugin Mcp Server

hjlarry_dify-plugin-mcp_server is a Dify endpoint plugin that transforms a Dify application into an MCP server, allowing for enhanced integration and functionality within private networks.

Use cases

Use cases include developing chat applications that require weather data retrieval, integrating various Dify applications into a cohesive MCP server setup, and enhancing workflow automation within private networks.

How to use

To use hjlarry_dify-plugin-mcp_server, create a simple workflow app in Dify, define the input schema with necessary parameters, copy the endpoint URL to your MCP client, and enjoy the functionality.

Key features

Key features include the ability to define custom input schemas, secure data handling within private networks, and seamless integration with MCP clients like Cherry Studio.

Where to use

hjlarry_dify-plugin-mcp_server is ideal for use in private network environments where secure data processing and integration with Dify applications are required.

Content

MCP Server

Version
Repo

A Dify endpoint plugin that change a dify app to a mcp server.

To keep your data secure, use this plugin exclusively within your private network.

Get Started

1. create a simple workflow app in dify.

1

2. add a endpoint and select this app.

2

The app’s input schema must define its input parameters. For a chat dify app, ensure to 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

3
4

4. enjoy it!

5

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers