- Home
- MCP servers
- prompts.chat
prompts.chat
- typescript
7
GitHub Stars
typescript
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
You can access thousands of AI prompts directly through an MCP server that exposes prompts.chat as MCP prompts. This server makes it easy to browse, search, and retrieve prompts with automatic variable substitution, all through your MCP-enabled client.
How to use
You connect to the prompts.chat MCP server from your MCP-enabled client (Cursor, Windsurf, VS Code, Claude Code, Zed, or similar). Use the prompts search to find prompts by keyword, category, or tag, then fetch a specific prompt by its ID to see the details and automatically substitute template variables like ${variable}.
Typical workflows include:
- Browse available prompts with the prompts/list capability to see what exists.
- Search with keywords or filters to narrow down results (e.g., code, documentation, testing).
- Retrieve a prompt by ID with prompts/get to apply variable substitution for your context.
- Use prompts/save to add new prompts to your account (requires authentication).
Available tools
search_prompts
Search for AI prompts by keyword. You can filter by type, category, and tag to find prompts quickly.
get_prompt
Get a specific prompt by ID. Supports variable elicitation for prompts that include template variables.
save_prompt
Save a new prompt to your account. Requires PROMPTS_API_KEY for authentication.