MCP Server PRO
Use droPrompt inside your AI tools.
MCP is just a connection link. Add it once, then your AI app can ask droPrompt to generate, refine, and improve prompts without opening the website.
Custom MCP link
Paste this URL when your app asks for a remote MCP server, SSE endpoint, or custom connector URL.
https://mcp.droprompt.com/sse
If your app asks for a plan: use Pro or Max. If it asks for transport: choose SSE.
What it does
Generate prompts
Turn a rough idea into a prompt ready for the right model.
Refine prompts
Improve an existing prompt without changing the core intent.
Add context
Adapt tone, audience, platform, format, and constraints.
Manual config
Only use this if your app asks for JSON instead of a link.
{
"mcpServers": {
"droprompt": {
"url": "https://mcp.droprompt.com/sse",
"transport": "sse"
}
}
}