dify-plugin-tools-mcp_sse

Dify 1.0 Plugin MCP HTTP with SSE or Streamable HTTP transport Tools

GitHub Stars

169

User Rating

Not Rated

Favorites

0

Views

66

Forks

33

Issues

31

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Python: 3.7 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/junjiem/dify-plugin-tools-mcp_sse.git
cd dify-plugin-tools-mcp_sse

2. Install Dependencies

bash
pip install -r requirements.txt

3. Start Server

bash
python main.py

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Configuration file not loading correctly Solution: Verify that the JSON format is correct.