Features
MCP Prompts - Browse and use prompts directly via MCP prompts capability
Search Prompts - Search for AI prompts by keyword, category, or tag
Get Prompt - Retrieve prompt details by ID with variable substitution
Variable Support - Prompts with
${variable}syntax are automatically handled
๐ ๏ธ Installation
Requirements
Node.js >= v18.0.0
An MCP-compatible client (Cursor, Windsurf, VS Code, Claude Code, etc.)
Add this to your Cursor MCP config file (~/.cursor/mcp.json):
Remote Server (Recommended)
Local Server
Add this to your Windsurf MCP config file:
Remote Server (Recommended)
Local Server
Add this to your VS Code MCP settings:
Remote Server (Recommended)
Local Server
Remote Server (Recommended)
Local Server
Add this to your Zed settings.json:
โ๏ธ Configuration
The local server supports the following environment variables:
Variable | Description |
| Optional API key for authenticated requests |
| Optional query string to filter prompts (e.g.,
) |
Example with Environment Variables
๐จ Available Tools
Tool | Description |
| Search for AI prompts by keyword. Supports filtering by type, category, and tag. |
| Get a prompt by ID. Supports variable elicitation for prompts with template variables. |
| Save a new prompt to your account. Requires |
๐ MCP Prompts
This server exposes all public prompts from prompts.chat as MCP prompts. Use prompts/list to browse available prompts and prompts/get to retrieve them with variable substitution.
๐ Example Usage
Ask your AI assistant:
๐ Links
prompts.chat - Browse all prompts
API Documentation - API reference
GitHub - Source repository
๐ License
ISC