dify-mcp-client

3dify-project/dify-mcp-client
★ 163 stars Python 🤖 AI/LLM Updated 3mo ago
MCP Client as an Agent Strategy Plugin. Support GUI operation via UI-TARS-SDK.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install dify-mcp-client

Topics

difydify-pluginsmcpmcp-clientsui-tarsui-tars-sdk