Dify Workflow MCP Tool Server
Dify Workflow MCP 도구 서버
MCP(Model Context Protocol)를 사용하여 Dify Workflow와 쉽게 통합할 수 있는 도구 서버입니다.
특징
Claude와의 양방향 통신을 가능하게 하는 MCP 프로토콜 구현
Dify Workflow를 도구로 활용합니다
Dify Workflow 매개변수를 동적으로 검색하고 표시합니다.
환경 변수를 사용한 간단한 구성
새로운 기능 : 여러 Dify API 키 지원
Related MCP server: DingTalk MCP Server
필수 조건
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityDmaintenanceProvides access to various AI tools through Model Context Protocol, allowing Claude Desktop users to integrate and use Superface capabilities via API.144MIT- AlicenseNot gradedqualityCmaintenanceEnables Claude to interact with DingTalk workspaces to search for users, retrieve detailed employee information, and send private messages. It bridges the Model Context Protocol with DingTalk's internal enterprise APIs for seamless workspace communication.85MIT

Cyoda Calculation Node MCPofficial
AlicenseBqualityDmaintenanceEnables AI assistants to interact with Cyoda platform entities and workflows through the Model Context Protocol, supporting entity management, workflow execution, and data synchronization.131Apache 2.0- FlicenseNot gradedqualityDmaintenanceIntegrates Wordware deployed flows as tools usable within Claude conversations via the Model Context Protocol.1
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Connect your team's living knowledge base — docs, data, issues, CRM — to Claude and ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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