MCP Directory
Back

gepa-mcp

by developzir · Python · ★ 48

MCP server integrating GEPA (Genetic-Evolutionary Prompt Architecture) for automatic prompt optimization with Claude Desktop

#ai#claude-desktop#evolutionary-algorithms#gemini-ai#genetic-algorithms#mcp#prompt-optimization#python

Install

pip install git+https://github.com/developzir/gepa-mcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "gepa-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/developzir/gepa-mcp.git"
      ]
    }
  }
}

From the README

I'm not quite sure this works as is 😂 You may need to ask the model you're working with to clean it up: - *Note, I'm not sure if that 'fix' prompt will work; it may; but just an example.* - Thank you to the brilliant researchers who created this system; - Check out the original research here: https://arxiv.org/abs/2507.19457 - As well as their repository for the official implementation of the algorithm: https://github.com/gepa-ai/gepa > **Genetic-Evolutionary Prompt Architecture** for Claude Desktop (or any MCP client) > Research-backed automatic prompt optimization [](https://www.pyth…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers