SnappBot
Pro Feature

Connect SnappBot to Claude AI

Let Claude manage your products, bookings, orders, and reply rules — just by talking to it. Setup takes 5 minutes.

1 Install Node.js

The MCP server needs Node.js to run. If you already have it, skip to Step 2.

Download the LTS version. Install with default settings (just click Next).

2 Get Your API Key

Log in to your SnappBot Dashboard, then go to API Keys (under Settings).

Important: The key is shown only once. Save it somewhere safe — treat it like a password.

3 Download the MCP Server

Download these two files and save them in a folder (e.g. C:\snappbot-mcp\):

Put both files in the same folder. No npm install needed — zero dependencies.

4 Configure Claude Desktop

Open Claude DesktopSettings (gear icon) → DeveloperEdit Config.

Paste this into the config file. Replace the path and API key with yours:

// Claude Desktop MCP config { "mcpServers": { "snappbot": { "command": "node", "args": ["C:\\snappbot-mcp\\index.js"], "env": { "SNAPPBOT_API_KEY": "sk_live_paste_your_key_here" } } } }

Mac users: Change the path to /Users/yourname/snappbot-mcp/index.js and use forward slashes.

Save the file, then restart Claude Desktop. You should see a hammer icon (🔨) with "snappbot" tools available.

5 Start Using It!

Open a new chat in Claude and try these commands:

View products
"Show me all my products"
Add a product
"Add Nasi Lemak, RM12, category Food"
Check orders
"Any new orders today?"
Create a rule
"When someone says 'hi', reply 'Welcome!'"
Manage bookings
"Show all booking sessions for tomorrow"
Add a session
"Create a dive session for July 10, 10am-12pm, 8 spots"
View stats
"How many messages did I get today?"
Account info
"What plan am I on?"

Common Questions

Do I need to pay for Claude?

Yes, you need a Claude Pro subscription ($20/month) to use MCP features.

Is my data safe?

Yes. The MCP server connects directly from your computer to SnappBot's API using your private key. Data never passes through third parties.

Can I revoke access?

Yes. Go to Dashboard → API Keys and click "Revoke" on any key. It stops working immediately.

What can Claude do with my account?

It can manage products, view orders, manage booking sessions, create reply rules, list customers, and see stats. It cannot delete your account, access payments, or change your password.