MCP Directory
Back

netsuite-mcp-server

by dsvantien · JavaScript · ★ 11

This project is officially listed on the https://github.com/modelcontextprotocol/servers , which showcases community-built and verified MCP servers.

Install

npx -y github:dsvantien/netsuite-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "netsuite-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:dsvantien/netsuite-mcp-server"
      ]
    }
  }
}

From the README

A Model Context Protocol (MCP) server providing access to NetSuite data through OAuth 2.0 with PKCE authentication. Works seamlessly with any MCP-compatible client including Claude Code, Cursor IDE, and Gemini CLI. NetSuite provides an official AI Connector SuiteApp that enables AI-powered interactions with NetSuite data. However, NetSuite's AI Connector currently only supports: - Claude via Anthropic's web interface - ChatGPT via custom GPT connections The problem: Developers using MCP-compatible tools like Claude Code, Cursor IDE, Windsurf, or other CLI/IDE environments cannot leverage Net…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers