Pull prompts from anywhere.
PromptDrop is a static directory you can read programmatically. Plug it into your AI of choice via Model Context Protocol, or fetch the JSON directly from your own tooling. Free, no signup, no rate limit beyond Vercel’s defaults.
Add to Claude Desktop, Cursor, or any MCP client
Three tools come online instantly: list_categories, list_prompts, and get_prompt. Your AI can search and pull the whole library into context.
{
"mcpServers": {
"promptdrop": {
"url": "https://prompt-drop.info/api/mcp"
}
}
}Restart Claude Desktop. In any chat, your AI can now run “Find a PromptDrop prompt for cold email to B2B SaaS founders and use it.”
Cursor: add the same JSON to ~/.cursor/mcp.json. Other clients — point them at https://prompt-drop.info/api/mcp.
Fetch directly from your app
curl https://prompt-drop.info/api/prompts
curl https://prompt-drop.info/api/prompts/cold-email-saas-decision-makers
curl https://prompt-drop.info/pro-pack/prompts.json
Use the prompt builder
Don’t want to wire up MCP? The builder gives you a form for every prompt’s {{BRACKET}} variables and outputs the filled version with one click.
Prompts are free to use, including commercially. Don’t republish the directory as your own. If you build something cool with the API, drop a link in the GitHub Discussions on the repo (link in footer).