Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Prompt Auto-Optimizer MCPstart optimizing a prompt for summarizing research papers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Prompt Auto-Optimizer MCP
AI-Powered Prompt Evolution - An MCP server that automatically optimizes your AI prompts using evolutionary algorithms.
π― Purpose
Automatically evolve and optimize AI prompts to improve performance, creativity, and reliability. Uses genetic algorithms to iteratively improve prompts based on real performance data.
Related MCP server: MCP Anthropic Server
π οΈ Installation
βοΈ Configuration
Add to your Claude Code settings (.claude/settings.json):
π§ Available Tools
Core Optimization Tools
gepa_start_evolution
Start optimizing a prompt using evolutionary algorithms.
gepa_evaluate_prompt
Test how well a prompt performs on specific tasks.
gepa_reflect
Analyze why prompts fail and get improvement suggestions.
gepa_get_pareto_frontier
Get the best prompt candidates that balance multiple goals.
gepa_select_optimal
Choose the best prompt for your specific use case.
gepa_record_trajectory
Log the results of prompt executions for analysis.
Backup & Recovery Tools
gepa_create_backup- Save current optimization stategepa_restore_backup- Restore from a previous backupgepa_list_backups- Show available backupsgepa_recovery_status- Check system healthgepa_integrity_check- Verify data integrity
π Basic Usage
Start Evolution: Use
gepa_start_evolutionwith your task descriptionRecord Results: Use
gepa_record_trajectoryto log how prompts performAnalyze Failures: Use
gepa_reflectto understand what went wrongGet Best Prompts: Use
gepa_select_optimalto find the best candidates
π§ Environment Variables
Built for better AI prompts β’ π Docs β’ π Issues