dify ワークフロー用のモデル コンテキスト プロトコル (MCP) サーバー
difyを使用するためのMCPサーバーのシンプルな実装です。MCPのツールを呼び出すことで、Difyワークフローの呼び出しを実現します。
🔨インストール
サーバーはSmithery経由でも手動でもインストールできます。どちらの方法でもConfig.yamlが必要です。そのため、インストール前に準備しておく必要があります。
config.yamlを準備する
MCPサーバーを使用する前に、dify_base_urlとdify_sksを保存するためのconfig.yamlを用意する必要があります。設定例は以下のとおりです。
異なる SK は異なる dify ワークフローに対応します。
Smithery経由でインストール
smitheryは、dify mcpサーバーを自動インストールするためのツールです。Smitheryを使ってClaude Desktop用のDify MCPサーバーを自動インストールするには、以下の手順に従ってください。
手動インストール
dify mcpサーバーをクライアントで手動で実行することもできます。クライアントの設定は以下の形式になります。
設定例:
楽しめ
最後に、mcp をサポートする任意のクライアントで dify ツールを使用できるようになります。
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Dify ワークフローと Model Context Protocol (MCP) の統合を可能にするサーバー実装。これにより、ユーザーは MCP 互換クライアントを通じて Dify の機能にアクセスできるようになります。
Related MCP Servers
- -securityFlicense-qualityServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.Last updated -189Python
- -securityAlicense-qualityMCP Server simplifies the implementation of the Model Context Protocol by providing a user-friendly API to create custom tools and manage server workflows efficiently.Last updated -43TypeScriptMIT License
- -securityAlicense-qualityMCP Server provides a simpler API to interact with the Model Context Protocol by allowing users to define custom tools and services to streamline workflows and processes.Last updated -132TypeScriptMIT License
- -securityFlicense-qualityA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.Last updated -16TypeScript