prompt-lab-mcp

jurek-f/prompt-lab-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server giving Claude Code automated prompt optimization loops and regression test suites — iteratively improve a system prompt against a target answer, or validate it across a full test suite, alongside a web UI for entering queries, test cases, and system prompts.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "prompt-lab-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jurek-f/prompt-lab-mcp"
      ]
    }
  }
}