mcpbeat Sign in

Dify MCP Server

by salted-butter-joshua Your server? Claim it
local only

Dify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from pypi. Last commit 5 Jul 2026.

MCP server exposing Dify knowledge base retrieval to Cursor and other MCP clients

Installs per day peak 18 · avg 8 · +0% w/w
a month agotoday
62
Installs / week
pypi · dify-mcp
0
Stars
0 open issues
5 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Dify MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dify-mcp -- uvx dify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dify-mcp": {
      "args": [
        "dify-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dify-mcp]
command = "uvx"
args = ["dify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dify-mcp": {
      "args": [
        "dify-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dify-mcp": {
      "args": [
        "dify-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DIFY_API_BASE (Dify Knowledge API base URL, e.g. http://192.168.1.100/v1), DIFY_API_KEY (Dify Knowledge Base API key), DIFY_ALLOWED_DATASETS (Comma-separated dataset UUIDs to expose), DIFY_TIMEOUT (HTTP timeout in seconds (default: 30)), DIFY_VERIFY_SSL (Verify TLS certificates (default: false)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dify MCP

same job, measured the same way
Yuque MCP
by yuque

MCP server for Yuque — expose your knowledge base to AI assistants.

500 installs/wk local only
Tencent Lexiang MCP Server
by tencent-lexiang

Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.

answering
Guru Remote MCP Server
by getguru

Guru MCP Server - Connect AI tools to your Guru knowledge base

answering
Agentpedia MCP Server
by ksaslam311

Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.

33 installs/wk local only
Outline MCP
by ynishi

Tree-structured knowledge base as an MCP server

local only
Acorn Reply
by acornreply

Read and edit your Acorn Reply knowledge base from any MCP client.

answering
Freshdesk
by wyre-ai

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only
Freshdesk
by wyre-technology

MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.

local only

Dify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Dify MCP?
Dify MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dify-mcp was installed 62 times last week.
How do I connect Dify MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dify-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Dify MCP?
The pypi package dify-mcp was installed 62 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dify MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.