Dify Management MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Dify Management MCPlist all datasets in my workspace"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Dify Management MCP
This MCP server allows you to manage your Dify instance programmatically. It exposes tools to list and create knowledge bases (datasets), list applications, and manage tools.
Features
Knowledge Management: List datasets, create new datasets, and list documents.
App Management: List applications in the workspace and get detailed information.
Tool Management: List tool providers.
Related MCP server: Dify Management MCP
Configuration
Clone this repository.
Install the dependencies:
npm install.Create a
.envfile based on.env.example.Configure the variables:
DIFY_BASE_URL: URL of your instance (e.g.,https://api.dify.aifor the cloud).DIFY_CONSOLE_API_KEY: Your Console API key (see below on how to obtain it).
How to obtain the DIFY_CONSOLE_API_KEY
The Console key is required for management operations (such as creating datasets). Currently, in Dify Cloud, you can find your key in Settings > Workspace > Service API or by using the browser session token (less recommended). For self-hosted instances, use the token generated for the admin.
Running Locally
npm run build
npm startDeploy on Dokploy
This project includes a Dockerfile. To run on Dokploy:
Connect your GitHub repository to Dokploy.
Configure the environment variables (
DIFY_BASE_URL,DIFY_CONSOLE_API_KEY) in the Dokploy panel.Dokploy will detect the
Dockerfileand build it automatically.
Developed to automate Dify management.
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
- AlicenseDqualityFmaintenanceProvides programmatic and CLI tools for managing Coolify deployments, allowing users to control applications, services, databases, and infrastructure through natural language or command line.101207Good Luck With That Public
- Flicense-qualityCmaintenanceAllows programmatic management of a Dify instance, including listing and creating datasets, managing applications, and tool providers.
- FlicenseBqualityDmaintenanceEnables listing datasets, creating chat assistants, and chatting with them via RAGFlow API.33
- Alicense-qualityDmaintenanceEnables semantic retrieval and knowledge base management through the RAGFlow API, including dataset, document, chunk, chat, and graph operations.5MIT
Related MCP Connectors
Create, test, publish, and manage Dreamlit notification workflows from AI clients.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
Universal AI API Orchestrator — 1,554 tools, 96 services. One install.
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/LucasAllmaBI/MCP-Dify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server