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:
Copy your unique MCP server URL into the viaSocket MCP.
Choose and configure the actions you want Claude Desktop to access.
Configure Claude Desktop with your MCP URL (see instructions below).
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"
]
}
}
}
Prev