MCP Server
Servidor MCP
Autor: hjlarry
Versión: 0.0.3
Tipo: extensión
Repositorio: https://github.com/hjlarry/dify-plugin-mcp_server
Solicitud de función: problemas
Un complemento de punto final de Dify que cambia una aplicación Dify a un servidor mcp.
Para mantener sus datos seguros, utilice este complemento exclusivamente dentro de su red privada.
Empezar
1. crea una aplicación de flujo de trabajo simple en diphy.

2. Agregue un punto final y seleccione esta aplicación.

El esquema de entrada de la aplicación debe definir sus parámetros de entrada. Para una aplicación de chat, asegúrese de incluir un campo query en el esquema de entrada, con el siguiente formato:
{
"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. Copie la URL del punto final a su cliente mcp, como Cherry Studio
Opción 1: utilizar el protocolo HTTP Streamable más reciente (recomendado)


Opción 2: utilizar el protocolo SSE heredado


4. ¡Disfrútalo!

Related MCP server: Dify Workflows MCP Server
Registro de cambios
0.0.3
Para solucionar el problema de que sse obtiene una clave inexistente, se generan muchos registros de errores en el demonio del complemento.
0.0.2
Añade un nuevo protocolo HTTP Streamable.
Actualice la versión dify-plugin-sdk.
This server cannot be deployed
Maintenance
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Related MCP Servers
- FlicenseNot gradedqualityFmaintenanceServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.280-
- FlicenseNot gradedqualityDmaintenanceA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.17-
- FlicenseNot gradedqualityCmaintenanceA plugin that allows Dify to connect to multiple MCP (Model Control Protocol) servers using HTTP with Server-Sent Events transport, supporting custom configurations for URLs, headers, and timeouts.187-
- FlicenseNot gradedqualityDmaintenanceA server implementation that enables integration of Dify workflows with Model Context Protocol (MCP), allowing users to access Dify's capabilities through MCP-compatible clients.3-