ecommerce-prompts
Click on "Deploy 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., "@ecommerce-promptsfind me a prompt for writing product descriptions"
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.
Ecommerce Prompts — free ChatGPT prompt library + MCP server
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 all 53 collections (categories + marketing tasks) |
| Get every prompt in a collection (full template + variables + recommended model) |
| Keyword-search all 924 prompts |
| 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.
This server cannot be deployed
Maintenance
Related MCP Connectors
Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines.
Self-hosted AI prompt library: prompts, collections, tags, teams, chains. 29 MCP tools for agents.
The Wikipedia of AI prompts: search 900+ curated prompts by model, style and type, in 7 languages
Contextual prompts and agent skills for 140+ AI platforms.
Related MCP Servers
- AlicenseBqualityDmaintenanceAllows AI assistants to access prompts from promptz.dev API without copy-pasting, reducing context switching in your development workflow.412 npm4MIT No Attribution
- AlicenseBqualityDmaintenanceProvides 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.2233 npm34ISC
- AlicenseAqualityDmaintenanceAllows 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.208 npmMIT
- AlicenseNot gradedqualityCmaintenanceEnables 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