CC-Meta (Prompt Evaluator)
FreeNot checkedEvaluates prompt quality and effectiveness using OpenAI or Anthropic models, providing numerical scores, strengths analysis, improvement suggestions, and rewrit
About
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 |
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 workingevaluate- Get AI-powered analysis of your prompts
Setup
Install dependencies:
npm install # or yarn installBuild the project:
npm run buildConfigure your model and API key: Edit the
.mcp.jsonfile 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.
Installing CC-Meta (Prompt Evaluator)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/areznik23/cc-metaFAQ
Is CC-Meta (Prompt Evaluator) MCP free?
Yes, CC-Meta (Prompt Evaluator) MCP is free — one-click install via Unyly at no cost.
Does CC-Meta (Prompt Evaluator) need an API key?
No, CC-Meta (Prompt Evaluator) runs without API keys or environment variables.
Is CC-Meta (Prompt Evaluator) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install CC-Meta (Prompt Evaluator) in Claude Desktop, Claude Code or Cursor?
Open CC-Meta (Prompt Evaluator) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare CC-Meta (Prompt Evaluator) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
