Anyone know if the AI NetSuite connector service s...
# ai-netsuite
r
Anyone know if the AI NetSuite connector service supports Gemini?
m
The Gemini web app doesn’t support MCP at the moment, but the Gemini CLI does. However, NS AI doesn’t support the Dynamic Client Registration (DCR) flow for Gemini, so you’ll need to create the integration record yourself and provide the correct Gemini CLI redirect URL. From there, you have two possible approaches: 1. Obtain the access token manually using Postman, and when adding MCP in the Gemini CLI, pass the token as the Bearer token. 2. If the Gemini CLI supports a proper auth flow, it will acquire the access token for you automatically. After that, you’ll be able to use MCP in the CLI without issues.
We have written a couple of great blogs covering the NS MCP series. The following blogs have been published so far and a few more are in the pipeline. 1. A Complete Setup Guide for NetSuite AI Connector 2. A Development Guide to Build Custom Tools for NetSuite AI Connector 3. A Setup Guide for NetSuite AI Connector with Postman: API Integration Tutorial 4. Dual API Integration: Using NetSuite MCP Tools with OpenAI and Anthropic 5. Connecting MCP with ChatGPT: A Complete Guide 6. IDE Integration Guide for NetSuite MCP Tools in Cursor & VS Code 7. NetSuite MCP Challenge: Implementation Case Study & Results Would love to get your feedback on these. And if you find it useful please share it in your network or with others.