Connect Warp to 2,500+ apps via Mushroom MCP
#
Overview
Mushroom is viaSocket's MCP server platform. Connect Warp to Mushroom to enable powerful real-world automation — directly from your terminal environment.
#
Configuring Mushroom MCP in Warp
Open Warp's MCP Server settings
Click "Add Server"
Paste the JSON configuration below, replacing the placeholder URL with your MCP Endpoint URL from your Mushroom cluster dashboard
Click Save and then Start
⚠️
Caution: Treat your MCP Endpoint URL like a password! It can be used to run tools attached to this server and access your data.
json{
"mcpServers": {
"mushroom": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.viasocket.com/mcp/your-unique-id",
"--transport",
"http-only"
],
"working_directory": null,
"start_on_launch": true
}
}
}Copy your MCP Endpoint URL or the ready-made JSON config directly from your Mushroom cluster dashboard.

Was this helpful?