Loading MCP server directory, please wait...
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
npx @getmcp/cli add io.github.ByteBunny-io/nanocart-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
NANOCART_API_KEYYour NanoCart Admin API key (portal.nanocart.io -> Settings -> API Keys)
NANOCART_STORE_IDYour store ID / slug (portal.nanocart.io -> Settings -> Store Information)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ByteBunny-io/nanocart-mcp": {
"command": "npx",
"args": [
"-y",
"nanocart-mcp"
],
"env": {
"NANOCART_API_KEY": "",
"NANOCART_STORE_ID": ""
}
}
}
}