Dify MCP Server

by teddylee777

dify 워크플로를 위한 MCP(모델 컨텍스트 프로토콜) 서버

dify를 사용하기 위한 MCP 서버의 간단한 구현입니다. MCP 도구를 호출하여 Dify 워크플로를 실행합니다.

🔨설치

서버는 Smithery를 사용하거나 수동으로 설치할 수 있습니다. 두 방법 모두 Config.yaml이 필요합니다. 따라서 설치 전에 Config.yaml을 준비해야 합니다.

config.yaml을 준비하세요

MCP 서버를 사용하기 전에 dify_base_url과 dify_sks를 저장하는 config.yaml 파일을 준비해야 합니다. 예제 config는 다음과 같습니다.

지엑스피1

다양한 SK는 다양한 dify 워크플로에 대응합니다.

Smithery를 통해 설치

smithery는 dify MCP 서버를 자동으로 설치하는 도구입니다. Smithery를 통해 Claude Desktop용 Dify MCP 서버를 자동으로 설치하려면 다음을 수행하세요.

npx -y @smithery/cli install dify-mcp-server --client claude

수동 설치

클라이언트에서 dify mcp 서버를 수동으로 실행할 수도 있습니다. 클라이언트 설정은 다음 형식을 따라야 합니다.

"mcpServers": { "mcp-server-rag-web-browser": { "command": "uv", "args": [ "--directory", "${DIFY_MCP_SERVER_PATH}", "run", "dify_mcp_server" ], "env": { "CONFIG_PATH": "$CONFIG_PATH" } } }

구성 예:

"mcpServers": { "mcp-server-rag-web-browser": { "command": "uv", "args": [ "--directory", "/Users/lyx/Downloads/dify-mcp-server", "run", "dify_mcp_server" ], "env": { "CONFIG_PATH": "/Users/lyx/Downloads/config.yaml" } } }

즐기세요

마침내 mcp를 지원하는 모든 클라이언트에서 dify 도구를 사용할 수 있습니다.

-
security - not tested
-
license - not tested
-
quality - not tested

Dify 워크플로우를 MCP(Model Context Protocol)와 통합할 수 있는 서버 구현으로, 사용자는 MCP 호환 클라이언트를 통해 Dify 기능에 액세스할 수 있습니다.

  1. 🔨Installation
    1. Prepare config.yaml
    2. Installing via Smithery
    3. Manual Installation
    4. Enjoy it

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    Server for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.
    Last updated -
    189
    Python
  • -
    security
    A
    license
    -
    quality
    MCP 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 -
    4
    3
    TypeScript
    MIT License
  • -
    security
    A
    license
    -
    quality
    MCP 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 -
    13
    2
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    A TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.
    Last updated -
    9
    TypeScript

View all related MCP servers

ID: wijl278iux