Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CC-Meta (Prompt Evaluator)

БесплатноНе проверен

Evaluates prompt quality and effectiveness using OpenAI or Anthropic models, providing numerical scores, strengths analysis, improvement suggestions, and rewrit

GitHubEmbed

Описание

Evaluates prompt quality and effectiveness using OpenAI or Anthropic models, providing numerical scores, strengths analysis, improvement suggestions, and rewrite recommendations with customizable evaluation criteria.

README

CC-Meta lets you iterate on your Claude Code prompts without leaving the terminal. Instead of switching to the web client to test and refine prompts, you get instant AI feedback on clarity, specificity, and completeness right in your current workflow. This keeps you in context and speeds up the process of crafting effective prompts.

An MCP (Model Context Protocol) server that evaluates prompts using AI to provide detailed feedback on clarity, completeness, and effectiveness.

Before & After: Asking "Build a calculator app"

Without CC-Meta With CC-Meta
Without CC-Meta - vague prompt With CC-Meta - detailed feedback

Features

  • Multi-model support - Use any OpenAI or Anthropic model
  • Flexible API keys - Provide your own API key for each evaluation
  • Two tools available:
    • ping - Test if the server is connected and working
    • evaluate - Get AI-powered analysis of your prompts

Setup

  1. Install dependencies:

    npm install
    # or
    yarn install
    
  2. Build the project:

    npm run build
    
  3. Configure your model and API key: Edit the .mcp.json file to set your preferred model and API key:

    {
      "mcpServers": {
        "prompt-evaluator": {
          "command": "node",
          "args": ["./prompt-evaluator-mcp/start.js"],
          "env": {
            "PROMPT_EVAL_MODEL": "sonnet-4",  // or "o3", "opus-4"
            "PROMPT_EVAL_API_KEY": "your-api-key-here"
          }
        }
      }
    }
    

Usage

Once configured, you have multiple ways to evaluate prompts:

Quick Slash Command (Recommended)

/meta Your prompt here without quotes

Direct MCP Function Calls

mcp_prompt-evaluator_ping()  # Test connection
mcp_prompt-evaluator_evaluate("Your prompt to evaluate")

Supported Models

  • OpenAI: o3 (o3-2025-04-16)
  • Anthropic: opus-4 (claude-opus-4-20250514), sonnet-4 (claude-sonnet-4-20250514)

The AI evaluation provides:

  • Score from 0-10
  • Specific strengths of your prompt
  • Areas for improvement
  • Suggested rewrites when needed
  • Analysis of:
    • Clarity of intent
    • Specificity of requirements
    • Context provided
    • Actionability
    • Edge cases considered

Customization

The evaluation prompt is stored in src/prompt.ts and can be easily customized:

  • Edit the prompt template to change evaluation criteria
  • Modify the scoring rubric and weights
  • Adjust the output format
  • Add domain-specific evaluation rules

After making changes, rebuild with npm run build.

from github.com/areznik23/cc-meta

Установка CC-Meta (Prompt Evaluator)

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/areznik23/cc-meta

FAQ

CC-Meta (Prompt Evaluator) MCP бесплатный?

Да, CC-Meta (Prompt Evaluator) MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для CC-Meta (Prompt Evaluator)?

Нет, CC-Meta (Prompt Evaluator) работает без API-ключей и переменных окружения.

CC-Meta (Prompt Evaluator) — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить CC-Meta (Prompt Evaluator) в Claude Desktop, Claude Code или Cursor?

Открой CC-Meta (Prompt Evaluator) на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare CC-Meta (Prompt Evaluator) with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai