A better, team-focused open-source prompt.chat fork for AI
Works with ChatGPT, Claude, Gemini, Llama, Mistral, and more
🏆 Featured in Forbes · 🎓 Referenced by Harvard, Columbia · 📄 40+ academic citations ·
A community-curated SOTA prompt, skill and workflow-sharing platform for use with LLMs.
An interactive, game-based adventure to teach children (ages 8-14) how to communicate with AI through fun puzzles and stories.
npx prompts.chat/plugin marketplace add f/prompts.chat
/plugin install prompts.chat@prompts.chat
Use prompts.chat as an MCP server in your AI tools.
Remote (recommended):
{
"mcpServers": {
"prompts.chat": {
"url": "https://s8promptbar.vercel.com/api/mcp"
}
}
}Local:
{
"mcpServers": {
"prompts.chat": {
"command": "npx",
"args": ["-y", "s8promptbar.vercel.com", "mcp"]
}
}
}