https://github.com/unstackedapps/opensuitemcp
AI-driven NetSuite assistant powered by MCP. Chat with your ERP data using Next.js, Gemini, Claude, OpenAI and Inception Labs
https://github.com/unstackedapps/opensuitemcp
ai byollm chatbot erp-automation gpt-5 inception-labs langchain-alternative llm-agents mcp mercury-2 netsuite nextjs oracle-netsuite react suiteql vercel-ai-sdk
Last synced: 4 months ago
JSON representation
AI-driven NetSuite assistant powered by MCP. Chat with your ERP data using Next.js, Gemini, Claude, OpenAI and Inception Labs
- Host: GitHub
- URL: https://github.com/unstackedapps/opensuitemcp
- Owner: unstackedapps
- License: other
- Created: 2025-10-09T22:21:52.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-01T13:24:57.000Z (4 months ago)
- Last Synced: 2026-03-01T16:47:41.816Z (4 months ago)
- Topics: ai, byollm, chatbot, erp-automation, gpt-5, inception-labs, langchain-alternative, llm-agents, mcp, mercury-2, netsuite, nextjs, oracle-netsuite, react, suiteql, vercel-ai-sdk
- Language: TypeScript
- Homepage: https://www.unstackedapps.com
- Size: 648 KB
- Stars: 14
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Notice: NOTICE.md
Awesome Lists containing this project
README
#
OpenSuiteMCP 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).

_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.

_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
1. **Install dependencies:**
```bash
pnpm install
```
2. **Run automated setup:**
```bash
pnpm setup:backend
```
This generates secrets, creates `.env.local`, and optionally starts Docker containers (PostgreSQL, Redis, and SearXNG).
3. **Run database migrations:**
```bash
pnpm db:migrate
```
4. **Start the development server:**
```bash
pnpm dev
```
5. **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](http://localhost:3000).
## Documentation
- **[LICENSE](LICENSE)** - Full license terms and usage restrictions
- **[NOTICE.md](NOTICE.md)** - Usage notice and commercial restrictions
- **[ATTRIBUTION.md](ATTRIBUTION.md)** - Open source attributions and credits
- **[CHANGELOG.md](CHANGELOG.md)** - Version history and release notes