GitHub Stars
153
User Rating
Not Rated
Favorites
0
Views
12
Forks
29
Issues
10
Installation
Difficulty
IntermediateEstimated 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
Author Information
0
Followers
0
Repositories
0
Gists
0
Total Contributions
Related MCPs
OpenCV MCP Server provides OpenCV's image and video processing capabilities through the Model Context Protocol (MCP). Access powerful computer vision tools for tasks ranging from basic image manipulation to advanced object detection and tracking.