MCP Server
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
Jump to
- 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
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.
2. add a endpoint and select this app.
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
4. enjoy it!

Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





