
Prompts.Chat MCP Server
Search and pull community AI prompts from prompts.chat while coding, and optionally save prompts when an API key is set.
Overview
io.github.f/prompts.chat-mcp is a Build-phase MCP server that searches and retrieves AI prompts from prompts.chat inside your agent.
What is this MCP server?
- Search and retrieve prompts from the prompts.chat social platform
- Optional PROMPTS_API_KEY enables authenticated save_prompt tooling
- PROMPTS_QUERY filter string for users, categories, and tags
- npm package @fkadev/prompts.chat-mcp v1.0.9 over stdio
- Server version 1.0.9
- Transport: stdio
- registryType: npm @fkadev/prompts.chat-mcp
Community signal: 28 GitHub stars.
What problem does it solve?
Good prompts live on prompts.chat while your agent session has no fast way to search or reuse them without leaving the editor.
Who is it for?
Solo builders iterating on LLM features who want a searchable social prompt library on demand in the IDE.
Skip if: Teams that forbid external prompt sources, need offline-only assets, or do not use MCP in their agent stack.
What do I get? / Deliverables
Your agent can fetch filtered prompts from prompts.chat and optionally save new ones when an API key is configured.
- In-session prompt search results from prompts.chat
- Optional saved prompts when API key is set
Recommended MCP Servers
Journey fit
Prompt libraries accelerate implementation once you are wiring agent behavior, not before you have a product direction. Agent-tooling is the natural shelf for MCP servers that feed prompts directly into Claude Code, Cursor, or Codex sessions.
How it compares
Live prompts.chat directory MCP, not a local SKILL.md pack or code review tool.
Common Questions / FAQ
Who is io.github.f/prompts.chat-mcp for?
Solo and indie developers using MCP-enabled agents who want prompts.chat discovery and retrieval without leaving the repo.
When should I use io.github.f/prompts.chat-mcp?
Use it during build when you need vetted community prompts for features, evals, or agent instructions and may want to publish saves with an API key.
How do I add io.github.f/prompts.chat-mcp to my agent?
Add stdio MCP config pointing at @fkadev/prompts.chat-mcp, set PROMPTS_QUERY as needed, and optionally PROMPTS_API_KEY for save_prompt.