Dify MCP Server
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 도구를 사용할 수 있습니다.
This server cannot be installed
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
- FlicenseNot gradedqualityFmaintenanceServer for using Dify. It achieves the invocation of the Dify workflow by calling the tools of MCP.280
- FlicenseNot gradedqualityDmaintenanceA TypeScript implementation of a Model Context Protocol (MCP) server that exposes Dify workflows as tools for AI systems to interact with.17
- FlicenseNot gradedqualityDmaintenanceExposes 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.36
- AlicenseNot gradedqualityDmaintenanceA TypeScript-based server that connects MCP Clients to Dify applications, dynamically exposing Dify applications as tools that can be used directly within the MCP Client.75MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
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/teddylee777/dify-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server