Prompt Doctor
Freeby MCP Community
`prompt-doctor` is an MCP server that rewrites user prompts so downstream coding agents receive clearer, execution-ready instructions.
v2.0.6Added Apr 12, 2026
Prompt Doctor MCP Server
prompt-doctor is an MCP server that rewrites user prompts so downstream coding agents receive clearer, execution-ready instructions.
Installation
Reviews
Installation
Quick install
npx -y prompt-doctor
Add to claude_desktop_config.json
{
"mcpServers": {
"prompt-doctor": {
"command": "npx",
"args": ["-y", "prompt-doctor"]
}
}
}