Opensuitemcp
AI-driven NetSuite assistant powered by MCP. Chat with your ERP data using Next.js, Gemini, Claude, OpenAI and Inception Labs
Install / Use
/learn @unstackedapps/OpensuitemcpQuality Score
Category
Customer SupportSupported Platforms
README
<img src="./app/icon.svg" alt="OpenSuiteMCP Icon" width="24" height="24" /><span style="font-weight: 200;"> OpenSuite</span>MCP NetSuite AI Assistant
An AI-powered chat assistant that integrates with NetSuite via MCP (Model Context Protocol), enabling natural language interactions with your NetSuite data. Built with Next.js, Vercel AI SDK, and supporting multiple AI providers (Google Gemini, Anthropic Claude, OpenAI GPT, and Inception Labs Mercury).
<img src="./docs/screenshot1.png" alt="OpenSuiteMCP Main UI" width="100%" />Chat interface in dark mode showing the welcome prompt and main UI.
NetSuite MCP Tool Integration
The assistant seamlessly integrates with NetSuite's MCP tools to execute complex queries and retrieve real-time data directly from your NetSuite instance.
<img src="./docs/screenshot2.png" alt="NetSuite MCP Tool Usage" width="100%" />Example query requesting the top ten customers by sales order count, demonstrating the power of NetSuite MCP tool usage in the app.
Quick Start
Prerequisites
- Node.js 18+ and pnpm
- PostgreSQL database
- Docker (optional, for local development with SearXNG)
Setup
-
Install dependencies:
pnpm install -
Run automated setup:
pnpm setup:backendThis generates secrets, creates
.env.local, and optionally starts Docker containers (PostgreSQL, Redis, and SearXNG). -
Run database migrations:
pnpm db:migrate -
Start the development server:
pnpm dev -
Configure your API key:
- Open the Settings modal from the sidebar
- Enter your AI provider API key (Google, Anthropic, OpenAI, or Inception Labs)
- API keys are encrypted and stored securely in your database
The app will be running at http://localhost:3000.
Documentation
- LICENSE - Full license terms and usage restrictions
- NOTICE.md - Usage notice and commercial restrictions
- ATTRIBUTION.md - Open source attributions and credits
- CHANGELOG.md - Version history and release notes
