@suiteinsider/netsuite-mcp
Version:
NetSuite MCP server with OAuth 2.0 PKCE authentication. Works seamlessly with Claude Code, Cursor IDE, and other MCP clients.
46 lines (45 loc) • 1.09 kB
JSON
{
"name": "@suiteinsider/netsuite-mcp",
"version": "1.0.2",
"description": "NetSuite MCP server with OAuth 2.0 PKCE authentication. Works seamlessly with Claude Code, Cursor IDE, and other MCP clients.",
"type": "module",
"main": "src/index.js",
"bin": {
"netsuite-mcp": "./src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "node --inspect src/index.js"
},
"keywords": [
"netsuite",
"mcp",
"model-context-protocol",
"oauth",
"pkce",
"claude",
"claude-code",
"cursor-ide",
"netsuite-api",
"netsuite-integration",
"suiteql",
"erp-integration"
],
"author": "SuiteInsider",
"repository": {
"type": "git",
"url": "https://github.com/dsvantien/netsuite-mcp-server.git"
},
"bugs": {
"url": "https://github.com/dsvantien/netsuite-mcp-server/issues"
},
"homepage": "https://github.com/dsvantien/netsuite-mcp-server#readme",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"axios": "^1.6.0"
},
"engines": {
"node": ">=18.0.0"
}
}