Odel
dify mcp

dify mcp

Local
@salted-butter-joshuaPythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIdify-mcpv0.1.0

Run

uvx dify-mcp

MCP client config

{
  "mcpServers": {
    "dify-mcp": {
      "command": "uvx",
      "args": [
        "dify-mcp"
      ]
    }
  }
}