MCP Server
MCPサーバー
著者: hjlarry
バージョン: 0.0.3
**タイプ:**拡張機能
リポジトリ: https://github.com/hjlarry/dify-plugin-mcp_server
機能リクエスト:問題
dify アプリを mcp サーバーに変更する Dify エンドポイント プラグイン。
データを安全に保つために、このプラグインはプライベート ネットワーク内でのみ使用してください。
始める
1. dify でシンプルなワークフロー アプリを作成します。

2. エンドポイントを追加し、このアプリを選択します。

アプリの入力スキーマでは、入力パラメータを定義する必要があります。チャットdifyアプリの場合は、入力スキーマにqueryフィールドを以下の形式で含めてください。
{
"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. エンドポイント URL を、 Cherry Studioなどの MCP クライアントにコピーします。
オプション 1: 最新のストリーミング可能な HTTP プロトコルを使用する (推奨)


オプション2: 従来のSSEプロトコルを使用する


4. 楽しんでください!

Related MCP server: Dify Workflows MCP Server
変更履歴
0.0.3
SSE を修正するには、存在しないキーを取得し、プラグイン デーモンで多数のエラー ログを取得します。
0.0.2
新しいストリーミング可能な HTTP プロトコルを追加します。
diify-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-