viaSocket Help
Integration Guides

Warp MCP Server

Warp icon

Connect to Warp

Use viaSocket MCP with Warp. Enable your AI assistant to perform real-world tasks through a simple, secure connection without leaving your coding environment.

Configuring viaSocket MCP in Warp

  1. Open Warp's MCP Server settings

  2. Click "Add Server"

  3. Add the following JSON configuration, replacing the placeholder URL with your MCP URL from below

  4. Save and click 'Start'

⚠️

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

Copy the config below and replace ••••••• with your actual secret from the Server URL field.


  "mcpServers": {
    "viaSocket": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.viasocket.com/mcp/67fa*******************",
        "--transport",
        "http-only"
      ],
      "working_directory": null,
      "start_on_launch": true
    }
  }
}

Copy

Server URL

The URL for this MCP server.

Generate a secure connection token for this MCP server.