droPrompt

Prompt engineering
for every AI tool.

droPrompt is now a Model Context Protocol server. One URL. Zero config files. Native auth.

Server name droPrompt
Remote URL "https://mcp.droprompt.com"

Paste these into your AI tool's Connectors settings. The URL must include the full https:// prefix. Sign in with your droPrompt account when prompted. Pro plan required.

Compatible clients

Claude Desktop Claude.ai Cursor Windsurf Zed Cline Continue ChatGPT Gemini CLI Perplexity

Pairs with

Image gen
Higgsfield · Midjourney · DALL-E · Flux · Stable Diffusion · Recraft · Ideogram
Video gen
Higgsfield · Sora · Runway · Veo · Kling · Pika · Seedance
Music / audio
Suno · Udio · ElevenLabs Music · Cartesia · OpenAI TTS
Research
Brave Search · Tavily · Exa · Firecrawl · Perplexity
Productivity
Slack · Gmail · Notion · Linear · Calendar · GitHub
Code / dev
GitHub · Filesystem · PostgreSQL · BigQuery · Sentry

Just say things like "use droprompt + higgsfield to make a 1-min video with connected scenes" or "with droprompt + suno write a hit summer pop song" — your AI will route between connectors automatically.

By the numbers

15
MCP tools
25+
AI models supported
100/day
Max prompt limit
~30s
Setup time

Tools

dropromptSmart entry — auto-detects model + intent1
droprompt_generateTargeted prompt for a specific model1
droprompt_refineRefine an existing prompt1
droprompt_enhancePolish raw prompt text1
droprompt_seriesN distinct variationsN
droprompt_chatConversational iteration1
droprompt_compose_skillSlot-based prompt composer1
droprompt_video_to_promptsExtract prompts from a video URL2
droprompt_shoot_listMulti-scene video brief, consistent styleN
droprompt_image_seriesN connected image promptsN
droprompt_audio_briefMusic brief for Suno/Udio1
droprompt_list_modelsAll supported AI modelsfree
droprompt_get_usageQuota and remainingfree
droprompt_list_projectsYour saved projectsfree
droprompt_save_to_projectSave a prompt to a projectfree

Spec

Protocol   MCP 2025-06 / Streamable HTTP
Auth   OAuth 2.1 + PKCE / Bearer API key
Trigger   "use droprompt" / "استخدم دروب برومبت"
Quota reset   00:00 Africa/Cairo
Endpoint   https://mcp.droprompt.com
API key (for clients without OAuth)

Generate a key from Dashboard → API Keys, then add this to claude_desktop_config.json:

{
  "mcpServers": {
    "droprompt": {
      "url": "https://mcp.droprompt.com",
      "headers": {
        "Authorization": "Bearer dp_live_..."
      }
    }
  }
}