Skip to main content
Glama
xpaysh

ecommerce-prompts

by xpaysh

Ecommerce Prompts — free ChatGPT prompt library + MCP server

Awesome License: MIT

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/ — 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 for the full index. Every collection also has a live, searchable page under https://www.xpay.sh/prompts/.

Related MCP server: prompts.chat MCP Server

MCP server

A hosted, open, key-free Model Context Protocol 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):

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

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

License

MIT. Prompts are free to copy and use. Built by xpay — agentic commerce for online stores.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Provides access to thousands of AI prompts from prompts.chat, enabling users to search, browse, and use community-curated prompts with variable substitution directly in their AI coding assistant.
    2
    233 npm
    34
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Allows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.
    20
    8 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to organize, search, and manage a shared library of prompts across AI tools via the Model Context Protocol. It supports hierarchical folder organization, tagging, and template variable substitution for dynamic prompt generation.
    MIT