MCP Server

by MCP-Mirror

328 downloads
Not rated
GitHub

About

A Dify endpoint plugin that converts a Dify app into a Model Context Protocol (MCP) server, allowing MCP clients to interact with Dify workflows. It is intended for use within private networks to maintain data security.

Details

Author
MCP-Mirror
Downloads
328
Categories
Developer Tools

- Converts a Dify app into an MCP server.
- Simple endpoint-based setup process.
- Supports custom input schema definitions.
- Designed for private network use only.
- Works with standard MCP clients like Cherry Studio.

Create a simple workflow app in Dify, add an endpoint and select that app, and ensure the input schema defines parameters (including a query field for chat apps). Then copy the endpoint URL to an MCP client such as Cherry Studio.

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
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.