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)
Go to Settings → Connectors from the sidebar
Click "+ Add Connectors" and go to the "Custom MCP" tab
Click "+ Add Custom MCP" and select "Direct Configuration"
Fill in:
Name: Mushroom
Transport: SSE
Server URL:
https://mcp.viasocket.com/mcp/your-unique-id
Click Save
Option 2 — Import by JSON
Go to Settings → Connectors from the sidebar
Click "+ Add Connectors" and go to the "Custom MCP" tab
Click "+ Add Custom MCP" and select "Import by JSON"
Paste the following JSON:
{...}{ "mcpServers": { "mushroom": { "url": "https://mcp.viasocket.com/mcp/your-unique-id", "transport": "sse" } } }
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.