viaSocket Help
DocStarBuilt with DocStar

Claude Desktop Integration

You can now use viaSocket MCP directly with Claude Desktop by Anthropic. This lets Claude Desktop perform real-world tasks, like sending messages or creating events, through a simple and secure connection, expanding its capabilities beyond just conversations.

Quick Start

Three simple steps to get started with Claude Desktop and AI Actions:

  1. Copy your unique MCP server URL into the viaSocket MCP.

  2. Choose and configure the actions you want Claude Desktop to access.

  3. Configure Claude Desktop with your MCP URL (see instructions below).

1. Go to viaSocket and log in

Create your workspace and open the MCP Server section.

2. Click Create New and then Generate Secure URL

Screenshot 2025-11-18 164253.png

This will generate your unique MCP URL.

3. Add Tools

Choose the tools you want (Slack, Google Sheets, Gmail, etc.) to create your MCP workflows.

Screenshot 2025-11-18 164424.png

 

4. Select Your Tool Add Credentials Copy MCP URL

After connecting your selected tool, open the Connect tab. Complete any required credentials and then copy your MCP URL.

Screenshot 2025-11-18 164937.png

 

5. Download Claude Desktop

Install Claude on your computer.

 

6. Open Claude → Settings → Developer

Click Edit Config.

Screenshot 2025-11-18 165216.png

 

7. Paste MCP Config

Paste your MCP JSON config with your MCP URL.

Screenshot 2025-11-18 165409.png

 

8. Restart Claude Desktop

Press Ctrl + Shift + Esc, restart Claude.

9. Open Claude again

Screenshot 2025-11-18 165755.png

Now you will see viaSocket MCP enabled.

Configuring viaSocket MCP in Claude Desktop

Include the following JSON configuration in claude_desktop_config.json, replacing the placeholder URL with your actual MCP URL from the MCP settings:

{
  "mcpServers": {
    "viasocket-mcp": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.viasocket.com/************/sse"
      ]
    }
  }
}