Dify Workflow MCP 도구 서버
MCP(Model Context Protocol)를 사용하여 Dify Workflow와 쉽게 통합할 수 있는 도구 서버입니다.
특징
- Claude와의 양방향 통신을 가능하게 하는 MCP 프로토콜 구현
- Dify Workflow를 도구로 활용합니다
- Dify Workflow 매개변수를 동적으로 검색하고 표시합니다.
- 환경 변수를 사용한 간단한 구성
- 새로운 기능 : 여러 Dify API 키 지원
필수 조건
- Node.js 16 이상
- npm 7 이상
- Dify Workflow에 대한 액세스 권한(API 키)
Claude 데스크톱 앱과 통합
Claude Desktop App과 함께 사용하려면 Claude의 구성 파일에 다음 설정을 추가하세요.
윈도우
%AppData%\Claude\claude_desktop_config.json
에 추가:
지엑스피1
여러 API 키 사용(신규)
이제 여러 개의 Dify API 키를 구성하여 여러 도구(API 키당 하나)를 생성할 수 있습니다.
각 API 키는 Claude에서 별도의 도구로 노출되며, 도구 이름에 고유한 번호가 추가됩니다.
맥OS/리눅스
~/Library/Application Support/Claude/claude_desktop_config.json
에 추가:
위에 설명한 것과 동일한 다중 API 키 구성은 macOS/Linux에서도 작동합니다.
특허
MIT
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
모델 컨텍스트 프로토콜을 통해 Claude AI와 Dify Workflow 간의 원활한 통합을 지원하여 Claude가 자연어를 통해 Dify Workflow 작업에 동적으로 액세스하고 실행할 수 있도록 합니다.
Related MCP Servers
- AsecurityAlicenseAqualityEnables Claude to interact with Webflow's APIs for managing sites, retrieving information, and executing tasks using natural language.Last updated -24TypeScriptMIT 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
Workers MCPofficial
-securityAlicense-qualityA package that connects Claude Desktop and other MCP clients to Cloudflare Workers, enabling custom functionality to be accessed via natural language through the Model Context Protocol.Last updated -1,942457TypeScriptApache 2.0- -securityFlicense-qualityA Dify endpoint plugin that transforms a Dify application into a Model Control Protocol server, allowing tools like Cursor to connect to and utilize your custom Dify workflows.Last updated -38Python