Promptheus
About
AI-powered prompt refinement tool with adaptive questioning and multi-provider support. Provides 5 MCP tools (refine_prompt, tweak_prompt, list_models, list_providers, validate_environment) for intelligent prompt engineering. Supports Google Gemini, Anthropic Claude, OpenAI, Groq
Details
- Author
- abhichandra21
- Downloads
- 322
- Categories
- AI, Productivity, Other
Jump to
- Adaptive task detection (refinement vs. direct optimization)
- Multi-provider support (Google, OpenAI, Anthropic, Groq, Alibaba, Zhipu, OpenRouter)
- Interactive refinement through natural conversation
- Session history tracking and reuse
- Structured clarification workflow with AskUserQuestion integration
- CLI and web UI for prompt management
- Telemetry and analytics (local, anonymous, can be disabled)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
PromptheusCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install with pip install promptheus and ensure at least one provider API key is set in a .env file or environment variables. Start the MCP server with promptheus mcp or python -m promptheus.mcp_server. The server provides tools such as refine_prompt, tweak_prompt, list_models, list_providers, and validate_environment. An interactive CLI mode (promptheus) and a web UI (promptheus web) are also available.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"promptheus": {
"promptheus": {
"type": "stdio",
"command": "~/Promptheus/venv/bin/python",
"args": [
"-m",
"promptheus.main",
"mcp"
],
"env": {
"ANTHROPIC_API_KEY": "API-KEY"
}
}
}
}
}
McpServers
{
"promptheus": {
"type": "stdio",
"command": "~/Promptheus/venv/bin/python",
"args": [
"-m",
"promptheus.main",
"mcp"
],
"env": {
"ANTHROPIC_API_KEY": "API-KEY"
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





