Skip to content
VS Code

NetSuite Link (beta) for VS Code

ai.solenium/netsuite-link

BETA — Run SuiteQL, read/write NetSuite records, query SuiteAnalytics, and run saved bookmarks.

client:VS Code transport:streamable-http

Install NetSuite Link (beta) in VS Code

.vscode/mcp.json

{
  "servers": {
    "netsuite-link": {
      "type": "http",
      "url": "https://netsuite.solenium.ai/api/v1/mcp"
    }
  }
}

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

NetSuite Link (beta) in other clients