How to Use the Dify MCP in Claude Code
Pipe Dify chat logs, configuration parameters, and files directly through Claude Code for headless terminal automation.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Dify MCP to Claude Code
Create your Vinkius account to connect Dify to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Dify Testing in the Terminal
The `chat` tool enables Claude Code to query your Dify applications directly from the command line. Connecting this MCP setup allows your terminal agent to process logs or system alerts in real time. You can pipe script outputs straight into a chat session without running slow manual API calls. After sending a query, Claude Code relies on `list_messages` to dump the conversation transcript directly to stdout. This makes it simple to grep for specific errors or pipe the history into other command-line utilities.
Automate CI/CD Knowledge Base Updates
The `upload_file` tool lets Claude Code push build artifacts, deployment logs, or schemas directly to Dify from your terminal. SREs can automate this step in a GitHub Action to keep production knowledge bases updated with every release. If a build pipeline triggers a model regression, Claude Code uses `get_parameters` to audit the application configuration. It outputs the system prompt parameters directly to your shell, letting you diff them against previous versions.
Audit Sessions via Claude Code MCP Server
The `list_conversations` tool allows Claude Code to fetch active session IDs and inspect live production traffic from the command line. This gives backend developers a fast way to monitor agent health without loading a web dashboard. When debugging a live issue, you can use the `feedback` tool to mark bad interactions directly from your terminal session. This updates your training data on the fly, keeping your engineering loop fast and keyboard-driven.
Set up Dify MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedify-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Dify transactions." It will automatically discover and invoke the available Dify tools.
claude mcp add --transport http dify-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Dify MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Dify MCP today
We host it, we monitor it, we maintain it. You just paste one token.