Skip to main content
ClaudeWave
xpaysh avatar
xpaysh

ecommerce-prompts-mcp

View on GitHub

Free, copy-and-run ChatGPT prompt library for online stores (924 prompts, 43 categories + 10 marketing tasks) + an open MCP server.

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/xpaysh/ecommerce-prompts-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ecommerce-prompts-mcp": {
      "command": "node",
      "args": ["/path/to/ecommerce-prompts-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/xpaysh/ecommerce-prompts-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# Ecommerce Prompts — free ChatGPT prompt library + MCP server

[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

**924 free, copy-and-run ChatGPT prompts for online stores** — across **43 store categories**
(skincare, coffee, apparel, jewelry, supplements, pet, …) and **10 marketing tasks**
(product descriptions, ads, email, SEO, social, copywriting, …). Each prompt has fill-in-the-blank
variables and a recommended AI model.

Browse the searchable, copy-and-run version at **<https://www.xpay.sh/prompts/>**.

- 📚 **Prompts as Markdown:** [`prompts/`](./prompts/) — one file per collection, all 924 prompts, free to copy.
- 🔌 **MCP server** (below) — let ChatGPT/Claude/Cursor pull these prompts as tools.

## Prompts

See [`prompts/README.md`](./prompts/README.md) for the full index. Every collection also has a live,
searchable page under `https://www.xpay.sh/prompts/`.

## MCP server

A hosted, **open, key-free** [Model Context Protocol](https://modelcontextprotocol.io) server exposes
the library to AI assistants.

**Endpoint:** `https://prompts-mcp.xpay.sh/mcp` (Streamable HTTP — no API key required)

| Tool | What it does |
|------|--------------|
| `list_collections` | List all 53 collections (categories + marketing tasks) |
| `get_collection_prompts` | Get every prompt in a collection (full template + variables + recommended model) |
| `search_prompts` | Keyword-search all 924 prompts |
| `get_prompt` | Fetch one prompt by id |

Add it to an MCP client (e.g. Claude Desktop / Cursor):

```json
{
  "mcpServers": {
    "ecommerce-prompts": {
      "type": "streamable-http",
      "url": "https://prompts-mcp.xpay.sh/mcp"
    }
  }
}
```

The server implementation is in [`src/handler.js`](./src/handler.js); the prompt data is
[`src/prompts-data.json`](./src/prompts-data.json). Registry manifest: [`server.json`](./server.json).

## License

[MIT](LICENSE). Prompts are free to copy and use. Built by [xpay](https://www.xpay.sh) — agentic commerce for online stores.
chatgptecommercemarketingmcpmodel-context-protocolpromptsseoshopifywoocommerce

What people ask about ecommerce-prompts-mcp

What is xpaysh/ecommerce-prompts-mcp?

+

xpaysh/ecommerce-prompts-mcp is mcp servers for the Claude AI ecosystem. Free, copy-and-run ChatGPT prompt library for online stores (924 prompts, 43 categories + 10 marketing tasks) + an open MCP server. It has 0 GitHub stars and was last updated today.

How do I install ecommerce-prompts-mcp?

+

You can install ecommerce-prompts-mcp by cloning the repository (https://github.com/xpaysh/ecommerce-prompts-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is xpaysh/ecommerce-prompts-mcp safe to use?

+

xpaysh/ecommerce-prompts-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains xpaysh/ecommerce-prompts-mcp?

+

xpaysh/ecommerce-prompts-mcp is maintained by xpaysh. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to ecommerce-prompts-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ecommerce-prompts-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: xpaysh/ecommerce-prompts-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/xpaysh-ecommerce-prompts-mcp)](https://claudewave.com/repo/xpaysh-ecommerce-prompts-mcp)
<a href="https://claudewave.com/repo/xpaysh-ecommerce-prompts-mcp"><img src="https://claudewave.com/api/badge/xpaysh-ecommerce-prompts-mcp" alt="Featured on ClaudeWave: xpaysh/ecommerce-prompts-mcp" width="320" height="64" /></a>

More MCP Servers

ecommerce-prompts-mcp alternatives