NetSuite developer tools — CLI and MCP server for SuiteQL, REST API, and AI workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cafeasp-netsuite-cli": {
"command": "npx",
"args": [
"-y",
"cafeasp/cafeasp-netsuite-cli-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add cafeasp-netsuite-cli npx -y cafeasp/cafeasp-netsuite-cli-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"cafeasp-netsuite-cli": {
"command": "npx",
"args": [
"-y",
"cafeasp/cafeasp-netsuite-cli-mcp-server"
]
}
}
}