Skip to content

MCP Integration

Connect Converra to your AI coding assistant in 30 seconds.

Quick Install

Choose your platform:

bash
claude mcp add converra https://converra.ai/api/mcp --header "Authorization: Bearer YOUR_API_KEY"
json
// Add to .cursor/mcp.json
{
  "mcpServers": {
    "converra": {
      "url": "https://converra.ai/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
json
// Add to ~/.gemini/antigravity/mcp_config.json
{
  "mcpServers": {
    "converra": {
      "url": "https://converra.ai/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
json
// Add to claude_desktop_config.json
{
  "mcpServers": {
    "converra": {
      "url": "https://converra.ai/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}
json
{
  "mcpServers": {
    "converra": {
      "serverType": "sse",
      "url": "https://converra.ai/api/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}

Get your API key: converra.ai/settings

One-Click Install (Cursor)

Add to Cursor

After clicking, replace YOUR_API_KEY in Cursor settings with your actual key from converra.ai/settings.

What Can You Do?

After setup, just ask your AI:

You SayWhat Happens
"List my prompts"Shows all your prompts
"Create a prompt for customer support using gpt-4o"Creates and saves a new prompt
"Optimize my support prompt"Runs AI-powered optimization
"Show optimization results"Displays variant performance
"Apply the winning variant"Deploys the best version

Quick Example

Here's a real workflow - optimizing a prompt from start to finish:

You: Create a customer support prompt for gpt-4o

AI: Created prompt "Customer Support" (ID: abc123)

You: Run an optimization with 3 variants

AI: Started optimization. Testing 3 variants against personas...
    Progress: Simulating conversations...
    Complete! Variant B shows 23% improvement in task completion.

You: Apply the winner

AI: Applied Variant B to your prompt. The improvement is now live.

Tell Your AI This

Copy and paste this to your AI assistant to help it understand the tools:

I've connected Converra to help manage my AI prompts. You can:

  • list_prompts - see my prompts
  • create_prompt - make new prompts (specify name, content, llmModel)
  • trigger_optimization - improve prompts with AI testing
  • get_optimization_details - check progress
  • apply_variant - deploy improvements

When I ask about prompts or optimization, use these tools.

Next Steps