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
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.
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.
claude mcp add dify-mcp -- uvx dify-mcp
{
"mcpServers": {
"dify-mcp": {
"args": [
"dify-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.dify-mcp]
command = "uvx"
args = ["dify-mcp"]
{
"mcpServers": {
"dify-mcp": {
"args": [
"dify-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for Yuque — expose your knowledge base to AI assistants.
Tencent Lexiang AI knowledge base MCP server for searching, managing entries, and editing docs.
Guru MCP Server - Connect AI tools to your Guru knowledge base
Search, discover, and contribute to AgentPedia - the knowledge base for AI agents.
Tree-structured knowledge base as an MCP server
Read and edit your Acorn Reply knowledge base from any MCP client.
MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.
MCP server for Freshdesk — tickets, contacts, companies, agents, groups, and knowledge base.
Answers built from our own checks of this server.