Dify Workflow MCP Tool Server
Dify Workflow MCP 工具服务器
使用模型上下文协议 (MCP) 轻松与 Dify Workflow 集成的工具服务器。
特征
MCP 协议实现,可与 Claude 进行双向通信
使用 Dify Workflow 作为工具
动态检索并显示 Dify Workflow 参数
使用环境变量进行简单配置
新功能:支持多个 Dify API 密钥
Related MCP server: DingTalk MCP Server
先决条件
Node.js 16 或更高版本
npm 7 或更高版本
Dify Workflow 访问权限(API 密钥)
与 Claude 桌面应用程序集成
要与 Claude 桌面应用程序一起使用,请将以下设置添加到 Claude 的配置文件中:
视窗
添加到%AppData%\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 密钥(新)
您现在可以配置多个 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 中的单独工具公开,并在工具名称后附加一个不同的数字。
macOS/Linux
添加到~/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。
执照
麻省理工学院
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