Skip to main content
Glama

Dify Workflow MCP Tool Server

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 키당 하나)를 생성할 수 있습니다.

{ "mcpServers": { "dify": { "command": "npx", "args": ["@tonlab/dify-mcp-server"], "env": { "DIFY_BASE_URL": "https://api.dify.ai/v1", "DIFY_API_KEYS": "app-FirstAPIKeyHere,app-SecondAPIKeyHere,app-ThirdAPIKeyHere" } } } }

각 API 키는 Claude에서 별도의 도구로 노출되며, 도구 이름에 고유한 번호가 추가됩니다.

맥OS/리눅스

~/Library/Application Support/Claude/claude_desktop_config.json 에 추가:

{ "mcpServers": { "dify-workflow": { "command": "npx", "args": ["@tonlab/dify-mcp-server"], "env": { "DIFY_BASE_URL": "https://your-dify-endpoint", "DIFY_API_KEY": "your-api-key-here" } } } }

위에 설명한 것과 동일한 다중 API 키 구성은 macOS/Linux에서도 작동합니다.

특허

MIT

-
security - not tested
F
license - not found
-
quality - not tested

Related MCP Servers

  • -
    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 -
    16
  • -
    security
    F
    license
    -
    quality
    Connects Claude AI to QGIS through the Model Context Protocol, allowing Claude to directly interact with and control QGIS for tasks like project creation, layer manipulation, and code execution.
    Last updated -
    697
    • Apple
  • -
    security
    F
    license
    -
    quality
    Exposes Dify applications (both Chatflow and Workflow) as MCP (Model Context Protocol) servers, allowing Claude and other MCP clients to directly interact with Dify apps through a standardized protocol.
    Last updated -
    36
  • -
    security
    F
    license
    -
    quality
    A server implementation that enables integration of Dify workflows with Model Context Protocol (MCP), allowing users to access Dify's capabilities through MCP-compatible clients.
    Last updated -
    3

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TomokiIshimine/dify-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server