← Back to directory
P

Prompts.chat

Community
The world's largest open-source prompt library for AI
GitHub source repository ↗
★ 168.0k Stars Category · Other Very popular Source revision 062d7d94d70e
31FMRS · D
Reliability
3/20
Security and permissions
5/20
Maintenance
8/20
Documentation
7/20
Setup experience
8/20

prompts.chat is a mature open-source prompt library with a massive community and wide recognition. As an MCP server, it offers both remote and local deployment, but specific tools are not publicly documented. It is suitable for developers and teams needing high-quality prompts, but note the potential risks of prompt content.

Read the FMRS scoring method →

prompts.chat (formerly known as Awesome ChatGPT Prompts) is a community-driven, free and open-source prompt library for discovering, sharing, and collecting prompts. It works with ChatGPT, Claude, Gemini, Llama, Mistral, and more, and can be accessed via the website, GitHub, or as an MCP server. The project has 143k+ GitHub stars, was featured by Forbes, referenced by Harvard and Columbia, and is the most-liked dataset on Hugging Face.

Tools

unknown
Prompt library tool (exact tools not documented in source)

Setup

To use via MCP, there are two options:

  1. Remote (recommended): Add the remote URL in your MCP client config:
{
  "mcpServers": {
    "prompts.chat": {
      "url": "https://prompts.chat/api/mcp"
    }
  }
}
  1. Local: Run the MCP server via npx:
{
  "mcpServers": {
    "prompts.chat": {
      "command": "npx",
      "args": ["-y", "prompts.chat", "mcp"]
    }
  }
}
claude_desktop_config.json
{
  "mcpServers": {
    "prompts.chat": {
      "url": "https://prompts.chat/api/mcp"
    }
  }
}

Fit and risk

Best for

  • AI users seeking high-quality prompts quickly
  • Teams wanting to build an internal prompt library
  • Learners interested in prompt engineering
  • Educators (for kids' prompt learning)
  • Enthusiasts of open-source and community-driven projects

Not for

  • Enterprises needing a dedicated private prompt management tool (unless self-hosted)
  • Users looking for specific proprietary prompt sets
  • Users needing fully offline functionality (remote mode requires network)

Required permissions

  • May require network access for remote MCP mode
  • Local mode requires Node.js and npm installed (via npx)
  • Self-hosting requires a database (recommended PostgreSQL) and optional authentication configuration

Risks and side effects

  • Prompts may contain biased or inaccurate content (community-submitted)
  • User prompts may be unfiltered; discretion advised
  • Self-hosting requires managing database and authentication, which may involve security configuration risks

Troubleshooting

  1. Remote connection fails: Check network and MCP endpoint URL
  2. Local npx command fails: Ensure Node.js and npm are globally installed with compatible versions
  3. Self-hosting issues: Check PostgreSQL database connection and setup script success
  4. MCP tool list empty: Confirm the server started and connected properly

Use cases

Discover and browse community-contributed AI prompts
Quickly use curated prompts with any AI chat model
Self-host a private prompt library for organizational sharing
Learn prompt engineering via the interactive book
Teach kids AI communication through gamified adventure

Supported clients

Supported clients have not been confirmed yet.