Skip to content
VS Code

Remote OpenClaw for VS Code

io.github.aidevelopers2/remoteopenclaw-mcp

Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.

client:VS Code transport:stdio runtime:npm

Install Remote OpenClaw in VS Code

.vscode/mcp.json

{
  "servers": {
    "remoteopenclaw-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "remoteopenclaw"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Remote OpenClaw in other clients