Skip to content
skillsaggregatorskillsaggregator
Major-vendorstdio● online

Oracle NetSuite MCP

by Oracle · Finance

Source

Access NetSuite ERP data: financial records, inventory, orders, and customer data.

Works with:Claude CodeCursorWindsurfOpenCode
financialsinventoryorderscustomersreadwritesuitescript

Install

Run this command in your terminal:

claude mcp add --transport stdio mcp-oracle-netsuite -- npx -y netsuite-mcp

Before running, set: NS_ACCOUNT_IDNS_CONSUMER_KEYNS_CONSUMER_SECRETNS_TOKEN_IDNS_TOKEN_SECRET

Authentication

OAuth

Required environment variables:

  • NS_ACCOUNT_ID
  • NS_CONSUMER_KEY
  • NS_CONSUMER_SECRET
  • NS_TOKEN_ID
  • NS_TOKEN_SECRET

See the setup guide for step-by-step instructions on obtaining these credentials.

Official NetSuite MCP. OAuth 1.0a with Token-Based Authentication.

Skills that use this MCP