An MCP server that transforms vague prompts into platform-optimized prompts for 58 AI platforms across 7 categories. Send a raw prompt. Get back a version specifically optimized for Midjourney, DALL-E, Sora, Runway, ElevenLabs, Claude, ChatGPT, or any of the 58 supported platforms — with the right syntax, parameters, and structure each platform expects.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CLARIFYPROMPT_SUPPRESS_LEGACY_WARN— No Set to 1 to silence the one-line deprecation hint when CLARIFYPROMPT_CONFIG_DIR / CLARIFYPROMPT_DATA_DIR are used.EMBED_API_KEY— No (1.3.0+) Embedding API key. Defaults to LLM_API_KEY when unset; not needed for local Ollama.EMBED_API_URL— No (1.3.0+) Embedding endpoint for memory + knowledge-pack retrieval. Any OpenAI-compatible /v1/embeddings endpoint. Defaults to LLM_API_URL when unset — Ollama users just work.EMBED_DIMENSION— No (1.3.0+) Embedding output dimension. Default: 768. Must match your embedding model (1536 for OpenAI text-embedding-3-small, 1024 for Voyage, etc.).EMBED_MODEL— No (1.3.0+) Default: nomic-embed-text:v1.5 (768-dim, pull with ollama pull nomic-embed-text). Swap to text-embedding-3-small for OpenAI, voyage-3 for Voyage, embed-english-v3.0 for Cohere.LLM_API_KEY— Depends API key (not needed for local Ollama)LLM_API_URL— "": "http://localhost:11434/v1",LLM_MODEL— "": "qwen2.5:7b"LLM_TIMEOUT_MS— env-var override on the LLM client. Default stays at 30s; users on slow hosted models can bump it. The eval workflow uses 120s for gpt-4o-mini.OLLAMA_API_KEYOLLAMA_API_URLSEARCH_API_KEY— No API key for the configured SEARCH_PROVIDER. Not needed for self-hosted SearXNG.SEARCH_API_URL— No Search endpoint URL. Only needed for self-hosted SearXNG (point at your instance).SEARCH_PROVIDER— No Optional web-search enrichment provider when enrich_context: true. One of tavily (default) \ brave \ serper \ serpapi \ exa \ searxng.TAVILY_API_KEYXDG_DATA_HOME[](https://m8ven.ai/mcp/lumabyteco-clarifyprompt-mcp-1c8jd7)