FAQ
MCP Server
Cursor Integration

Cursor Integration

Easily use AI Actions within Cursor IDE with viaSocket MCP. Let your AI assistant handle real-world tasks securely, all without leaving your coding environment.

Quick Start



Get started with Cursor and AI Actions in just three easy steps:

  1. Copy your unique MCP server URL from the “viaSocket MCP”

  2. Choose the actions you want your AI to access.

  3. Open Cursor and paste the MCP URL.

f6afa312-cb9d-45d6-a158-443f13c26ab0.png

You're ready to go!

Configuring viaSocket MCP in Cursor

For Cursor version ≥ 0.46 (recommended), follow these steps to configure viaSocket MCP:

  1. Open Cursor settings (⇧+⌘+J).

  2. Navigate to the "MCP" tab and click "Add MCP Server".

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

{
  "mcpServers": {
    "viasocket MCP": {
      "url": "https://mcp.viasocket.com/****************/sse"
    }
  }
}

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

Prev