Netsuite
Freeby MCP Community
NetSuite MCP server with OAuth 2.0 PKCE authentication. Works seamlessly with Claude Code, Cursor IDE, and other MCP clients.
v1.0.2Added Apr 12, 2026
netsuitemcpmodel-context-protocoloauthpkce
Netsuite MCP Server
NetSuite MCP server with OAuth 2.0 PKCE authentication. Works seamlessly with Claude Code, Cursor IDE, and other MCP clients.
Installation
npx -y @suiteinsider/netsuite-mcp
Reviews
Installation
Quick install
npx -y @suiteinsider/netsuite-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"netsuite": {
"command": "npx",
"args": ["-y", "@suiteinsider/netsuite-mcp"]
}
}
}