Dify.AI SDK Connector for AI agents.
14 live capabilities
Trigger Dify workflows and manage chatbot sessions from your agent.
Waiting for input…
Why people use Dify.AI SDK
Dify.AI SDK for Automated LLM Ops Workflows
With the Dify.AI SDK MCP, you can move that complexity into Dify. Instead of the agent trying to do the work, it just triggers a pre-built workflow. You get a cleaner agent, more reliable execution, and a much easier way to see what's happening under the hood.
What Vinkius changes
Your agent gets a direct remote control for everything you've built in Dify.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Data Processing
A user asks the agent to process a CSV.
- Real-world use case 02
Customer Support Routing
An agent receives a query and uses chat_message to send it to a specific Dify chatbot trained on company documentation.
- Real-world use case 03
RLHF Feedback Loop
A product team wants to collect user ratings.
Complete set · 14capabilities
The complete Dify.AI SDK capability set.
These are the exact actions your AI can choose when you ask it to work with Dify.AI SDK.
01—04
4 capabilities in this set.
Part of 14 available through Dify.AI SDK.
- 01 Capability
Rename conversation
Update the title of an existing Dify conversation for better organization.
- 02 Capability
Send completion
Send a text completion request to a Dify app and get the full generated text back.
- 03 Capability
Stop chat generation
Interrupt a streaming chat response if the agent needs to stop early.
- 04 Capability
Submit feedback
Send a like or dislike rating for a specific message to help with model tuning.
05—08
4 capabilities in this set.
Part of 14 available through Dify.AI SDK.
- 05 Capability
Get suggested questions
Fetch the next set of suggested questions for a chat response to keep the user engaged.
- 06 Capability
Upload file
Upload a file from a URL so Dify can perform multi-modal analysis on it.
- 07 Capability
Chat message
Send a new message to a Dify Application to continue a conversation.
- 08 Capability
Get app meta
Fetch the configuration metadata for a specific Dify application.
09—11
3 capabilities in this set.
Part of 14 available through Dify.AI SDK.
- 09 Capability
Get conversation messages
Retrieve all historical messages from a specific Dify conversation ID.
- 10 Capability
Delete conversation
Remove a specific conversation from your Dify history to keep your data clean.
- 11 Capability
Get conversations
List the most recent conversations associated with a user.
12—14
3 capabilities in this set.
Part of 14 available through Dify.AI SDK.
- 12 Capability
Get workflow info
Get the basic details and configuration of a Dify workflow.
- 13 Capability
Get workflow parameters
See exactly which parameters a Dify workflow requires before you run it.
- 14 Capability
Run workflow
Execute a Dify Workflow application with your specific JSON inputs.
Set up in minutes
One URL. Then ask Dify.AI SDK to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Dify.AI SDK from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Dify.AI SDK, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Dify.AI SDK for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Dify.AI SDK URL.
- Step 03
Save and start
Save the connection and enable Dify.AI SDK in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"difyai-sdk": {
"url": "https://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Dify.AI SDK
Open Agent mode in chat and ask: "Using Dify.AI SDK, help me...". 14 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"difyai-sdk": {
"url": "https://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Dify.AI SDK
Ask Copilot: "Using Dify.AI SDK, help me...". 14 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"difyai-sdk": {
"url": "https://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Dify.AI SDK
Open Cascade and ask: "Using Dify.AI SDK, help me...". 14 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"difyai-sdk": {
"url": "https://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Dify.AI SDK
Ask Cline: "Using Dify.AI SDK, help me...". 14 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add difyai-sdk --transport http "https://edge.vinkius.com/vk_preview_esFwQvD1BTqmueeHwIOlGHPDJ8Oq0FzvLe2J4jkV/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Dify.AI SDK
Ask Claude: "Using Dify.AI SDK, show me...". 14 tools are ready
Where the request belongs
Work Dify.AI can move forward.
This is for the LLM engineers who are tired of building the same logic twice. It's for developers who already have a Dify instance and need their agents to actually execute work instead of just chatting.
LLM Engineer
You'll use this to connect multi-agent systems to complex Dify workflows for heavy lifting.
Product Manager
You'll use this to automate RLHF pipelines and monitor how users are interacting with your bots.
Backend Developer
You'll use this to expose Dify capabilities to your own frontend without writing extra middleware.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTencent Yuanqi
Orchestrate Tencent Yuanqi AI Agents. manage assistants, trigger conversations, and handle RAG documents directly from any AI agent.
Baidu Qianfan
Orchestrate Baidu Qianfan AI models. manage chat completions, embeddings, and prompt templates directly from any AI agent.
Dify
Manage agentic workflows via Dify. send chat messages, track conversations, audit app parameters, and handle file uploads directly from any AI agent.
FlowiseAI
Build LLM orchestration flows visually with a drag-and-drop interface for creating AI chatbots, agents, and RAG pipelines.
Voiceflow
Design, prototype, and launch conversational AI agents with a visual builder that handles complex dialog flows without code.
CHATFLY
Manage AI chatbots and knowledge bases via CHATFLY. train bots on custom data and track conversations directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Dify.AI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Dify.AI.
The practical details behind the request, access and result.
How does the Dify.AI SDK MCP help with multi-agent systems?
It allows you to treat Dify workflows as capabilities. Your main agent can call specific workflows to handle heavy lifting, like data processing or complex calculations, while it stays focused on the conversation.
Can I use the Dify.AI SDK MCP to manage my chat history?
Yes. You can use it to list recent conversations, rename them for better organization, or even delete them if they are no longer needed.
Does the Dify.AI SDK MCP support uploading files for my agents?
It does. You can provide a URL for a file, and the Connector will upload it to Dify so the platform can perform multi-modal analysis on it.
Can I use this to improve my model's performance?
Definitely. By using the feedback capabilities, your agent can submit 'like' or 'dislike' ratings directly to Dify, which is a key part of the RLHF process for model tuning.
Is it hard to set up the Dify.AI SDK MCP?
Not at all. If you have a Dify account and an API key for your app, you just need to provide those credentials to your AI client to get started.
Can my agent trigger Dify workflows with custom data?
Yes, it can. Your agent can send dynamic JSON parameters to any Dify workflow, allowing for highly customized and automated actions.
Does this work with self-hosted Dify?
Yes, simply replace the Base URL credential with your own domain (e.g. https://dify.mycompany.com/v1).
One connection away
Give your agent a direct line to Dify.AI.
Connect Dify.AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available