Dify Workflow MCP Tool Server
Servidor de herramientas MCP de flujo de trabajo de Dify
Un servidor de herramientas para una fácil integración con Dify Workflow utilizando el Protocolo de contexto de modelo (MCP).
Características
Implementación del protocolo MCP que permite la comunicación bidireccional con Claude
Utiliza Dify Workflow como herramienta
Recupera y muestra dinámicamente los parámetros del flujo de trabajo de Dify
Configuración sencilla mediante variables de entorno
NUEVO : Compatibilidad con múltiples claves API de Dify
Related MCP server: DingTalk MCP Server
Prerrequisitos
Node.js 16 o superior
npm 7 o superior
Derechos de acceso a Dify Workflow (clave API)
Integración con la aplicación de escritorio Claude
Para utilizar con la aplicación de escritorio Claude, agregue las siguientes configuraciones al archivo de configuración de Claude:
Ventanas
Agregar a %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"
}
}
}
}Uso de múltiples claves API (NUEVO)
Ahora puede configurar múltiples claves API de Dify, lo que creará múltiples herramientas (una por clave 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"
}
}
}
}Cada clave API se expondrá como una herramienta independiente en Claude, con un número distinto añadido al nombre de la herramienta.
macOS/Linux
Agregar a ~/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"
}
}
}
}La misma configuración de clave API múltiple descrita anteriormente también funciona en macOS/Linux.
Licencia
Instituto Tecnológico de Massachusetts (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