MCP Server
MCP
io.github.rishiatlan/claude-prompt-optimizer
Scores, compiles & optimizes prompts for any LLM. Zero AI calls inside. Freemium.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "claude-prompt-optimizer-mcp",
"version": "2.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 'true' to enable Pro tier via environment variable (alternative to license key)",
"format": "string",
"name": "PROMPT_OPTIMIZER_PRO"
},
{
"description": "Log verbosity level: debug, info, warn, error",
"format": "string",
"name": "PROMPT_OPTIMIZER_LOG_LEVEL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment