wonderkraftz-mcp
Allows AI assistants to search products, get details, browse collections, receive recommendations, manage cart, and generate checkout URLs through the Shopify Storefront API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@wonderkraftz-mcpFind me premium wedding gift hampers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Wonderkraftz MCP Server
An MCP (Model Context Protocol) server that connects AI assistants to the Wonderkraftz Premium Gifting Studio. Browse products, get personalized gift recommendations, manage your cart, and checkout — all through natural language in your AI assistant.
Features
Product Search — Search the catalog by keyword, occasion, or gift type
Product Details — Get full product info including variants, pricing, and images
Collections — Browse curated gift collections (Corporate Gifts, Wedding Hampers, etc.)
Recommendations — Get product suggestions based on a product you like
Cart Management — Create carts, add/update/remove items
Checkout — Get a checkout URL to complete your purchase in a browser
Store Policies — View shipping, returns, and privacy policies
Related MCP server: FakeStore MCP
Quick Start
Option 1: npx (no install needed)
SHOPIFY_STORE_DOMAIN=64cd5c-2.myshopify.com \
SHOPIFY_STOREFRONT_ACCESS_TOKEN=aeeec5ab77309d1c339d2971f56b6506 \
npx wonderkraftz-mcpOption 2: Install globally
npm install -g wonderkraftz-mcpSetup
Cursor IDE
Add to your project's .cursor/mcp.json:
{
"mcpServers": {
"wonderkraftz": {
"command": "npx",
"args": ["-y", "wonderkraftz-mcp"],
"env": {
"SHOPIFY_STORE_DOMAIN": "64cd5c-2.myshopify.com",
"SHOPIFY_STOREFRONT_ACCESS_TOKEN": "aeeec5ab77309d1c339d2971f56b6506"
}
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"wonderkraftz": {
"command": "npx",
"args": ["-y", "wonderkraftz-mcp"],
"env": {
"SHOPIFY_STORE_DOMAIN": "64cd5c-2.myshopify.com",
"SHOPIFY_STOREFRONT_ACCESS_TOKEN": "aeeec5ab77309d1c339d2971f56b6506"
}
}
}
}ChatGPT / Grok / Remote AI Tools
Use the hosted HTTP endpoint -- no install needed:
https://wonderkraftz-mcp.onrender.com/mcpPoint your MCP client to this URL. It supports Streamable HTTP transport.
Self-Hosted HTTP (optional)
To run the HTTP transport yourself:
SHOPIFY_STORE_DOMAIN=64cd5c-2.myshopify.com \
SHOPIFY_STOREFRONT_ACCESS_TOKEN=aeeec5ab77309d1c339d2971f56b6506 \
npx wonderkraftz-mcp-httpThe server starts on http://localhost:3000/mcp (or set PORT env var).
Transports
Transport | Entry Point | Use Case |
stdio |
| Cursor, Claude Desktop, local AI tools |
Streamable HTTP |
| ChatGPT, Grok, remote/cloud AI tools |
Environment Variables
Variable | Description | Required |
| Shopify store domain (e.g., | Yes |
| Public Storefront API access token | Yes |
| HTTP server port (default: 3000, HTTP transport only) | No |
Available Tools
Tool | Description |
| Search the product catalog by keyword |
| Get full details for a product by handle or ID |
| List all product collections |
| Browse products in a specific collection |
| Get product recommendations based on a product |
| Create a new shopping cart with items |
| Add items to an existing cart |
| Update item quantities in a cart |
| Remove items from a cart |
| View cart contents and totals |
| Get checkout URL to complete purchase |
| View store shipping, return, and privacy policies |
Available Resources
URI | Description |
| Store information, branding, and payment settings |
| List of all product collections |
Example Conversations
"Show me corporate gift options under 2000 rupees"
"I need a wedding gift hamper. What do you recommend?"
"Add the luxury gift box to my cart and give me the checkout link"
"What's your return policy?"
Development
git clone https://github.com/rachit1987/wonderkraftz-mcp.git
cd wonderkraftz-mcp
npm install
cp .env.example .env # Add your Shopify credentials
npm run build
npm start # stdio transport
npm run start:http # HTTP transportLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rachit1987/wonderkraftz-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server