shopify-mcp-server-node
0
The Shopify MCP Server is a Node.js application using TypeScript to facilitate interactions with Shopify APIs. It offers features such as retrieving product and order information, as well as customer details.
Shopify MCP Server
A Node.js implementation of a Model Context Protocol server built with TypeScript providing tools to interact with Shopify APIs.
Features
- Get product listings
- Get product details
- Search products
- Get customer information
- Get order information
Setup
Follow these steps to set up the server: install dependencies, create a .env
file with Shopify credentials, build the TypeScript code, and run the server.