dify-mcp-client

MCP Client as an Agent Strategy Plugin. Support GUI operation via UI-TARS-SDK.

GitHub Stars

153

User Rating

Not Rated

Favorites

0

Views

35

Forks

29

Issues

10

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Python: 3.7 or higher
UI-TARS SDK: Latest version

Installation Steps

1. Clone Repository

bash
git clone https://github.com/3dify-project/dify-mcp-client.git
cd dify-mcp-client

2. Install Dependencies

bash
pip install -r requirements.txt

3. Configure UI-TARS SDK

Properly configure the UI-TARS SDK and set the necessary environment variables.

4. Start Server

bash
python mcpReAct.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: UI-TARS not functioning correctly Solution: Recheck the UI-TARS SDK configuration.

Additional Resources