drio
Open app

Dify Plugin Tools Mcp_sse

Source

Catalog onlyCatalog onlySTDIO

Overview

Dify Plugin Tools MCP SSE is a tool designed to fetch and call tools using the MCP protocol through HTTP with SSE transport. It allows users to manage multiple MCP servers and facilitates the installation of plugins via GitHub.

To use the tool, configure your MCP servers in the provided JSON format, and install plugins by entering the GitHub repository address on the Dify platform's plugin management page.

  • Supports multiple MCP services configuration. - Allows installation of plugins directly from GitHub. - Provides error handling solutions for plugin installation issues.
  1. Managing and calling various tools through MCP protocol.
  2. Installing and managing plugins for enhanced functionality.
  3. Connecting to managed MCP servers for testing and development.

Add to your AI client

Use these steps to connect Dify Plugin Tools Mcp_sse in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "dify-plugin-tools-mcp-sse-junjiem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-dify-plugin-tools-mcp-sse-junjiem"
      ]
    }
  }
}

FAQ

How to handle errors when installing plugins?

If you encounter a bad signature error, add FORCE_VERIFYING_SIGNATURE=false to your .env configuration file to allow installation of unverified plugins.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3733,"uuid":"cc3fae29-027b-4d45-8b19-70c0c474dc16","name":"dify-plugin-tools-mcp_sse","title":"Dify Plugin Tools Mcp_sse","description":null,"avatar_url":null,"created_at":"2025-03-21T09:26:10.489Z","updated_at":"2025-03-21T09:26:17.095Z","status":"created","author_name":"junjiem","author_avatar_url":null,"tags":"dify,mcp,plugin-tools","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/junjiem/dify-plugin-tools-mcp_sse","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"228618fd-8a80-4ac0-bc17-0a1f92193227","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":"","allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Dify Plugin Tools Mcp_sse — MCP Registry