prompts.chat
Open prompt library with a Claude Code plugin, MCP server and CLI: search, fetch and improve prompts and skills from an agent
Install
/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chatThis is third-party code. Review the repository files before installing.
What it does
prompts.chat, formerly Awesome ChatGPT Prompts, is a community prompt catalog site that can be self-hosted. The Claude Code plugin connects the site's MCP server and adds the prompt-lookup and skill-lookup skills plus commands and agents for prompts and skills. Through MCP the agent searches prompts by keyword, category and tag, fetches a prompt by ID with variable filling, and improves prompt text. The same server works with any MCP client via the remote URL or locally via npx.
Who it is for. For anyone who regularly reuses ready-made prompts and wants to find them without leaving the agent.
Good fit when
- You need a ready prompt for a task: code review, writing, images
- You want to find a suitable skill in the community catalog
- You want to improve your own prompt
Not a fit when
- You need vetted Russian-language prompts: most of the catalog is English
- Company policy forbids calls to external services
Example request
Find a good code review prompt on prompts.chat and fill in our stackLimitations
The catalog is community-sourced and prompt quality varies. The remote MCP and prompt improvement run through prompts.chat; full privacy requires self-hosting.
How to disable. Uninstall the prompts.chat plugin via /plugin or remove the prompts.chat block from the MCP config.
Security check
- Sends search queries and prompt text to an external site
- Catalog prompts are community-written and not strictly reviewed
README in short
The README traces the project from a ChatGPT prompt list to an open platform organizations can self-host, with self-hosting and Docker guides. The integrations section lists the CLI via npx prompts.chat, a Claude Code plugin with a marketplace in the repo itself, and an MCP server in remote and local variants.
FAQ
Does it work without Claude Code?
Yes, any MCP client can use https://prompts.chat/api/mcp or run it locally with npx -y prompts.chat mcp.
Can I host my own catalog?
Yes, the repo has a self-hosting guide and Docker setup.
Related
Open-source personal AI assistant on your own machine: answers in Telegram, Slack, Discord and WhatsApp, extended with skills and plugins
A self-improving agent from Nous Research with a TUI, messaging gateway, cron jobs and skills it writes itself
An open source coding agent for the terminal and desktop with build and plan modes
Anthropic's coding agent for the terminal, IDE and GitHub: understands your codebase, runs tasks and handles git