viaSocket Help

Manus Integration

Connect your Manus AI assistant to 2,500+ apps via Mushroom MCP.

#

Overview

Mushroom is viaSocket's MCP server platform. Connect your Manus AI assistant to Mushroom to enable powerful real-world automation capabilities — directly through your chat interface.

#

Setup Instructions

Manus supports two ways to add a custom MCP server. Use whichever you prefer.

Option 1 — Direct Configuration (URL)

  1. Go to Settings → Connectors from the sidebar

  2. Click "+ Add Connectors" and go to the "Custom MCP" tab

  3. Click "+ Add Custom MCP" and select "Direct Configuration"

  4. Fill in:

    • Name: Mushroom

    • Transport: SSE

    • Server URL: https://mcp.viasocket.com/mcp/your-unique-id

  5. Click Save

Option 2 — Import by JSON

  1. Go to Settings → Connectors from the sidebar

  2. Click "+ Add Connectors" and go to the "Custom MCP" tab

  3. Click "+ Add Custom MCP" and select "Import by JSON"

  4. Paste the following JSON:

{
  "mcpServers": {
    "mushroom": {
      "url": "https://mcp.viasocket.com/mcp/your-unique-id",
      "transport": "sse"
    }
  }
}
  1. Click Save

Copy your MCP Endpoint URL or the ready-made JSON config directly from your Mushroom cluster dashboard.


⚠️

Caution: Treat your MCP Endpoint URL like a password! It can be used to run tools attached to this server and access your data.