Free MCP tool
Writing Clinic, for your AI client.
writing_clinic is a free MCP (Model Context Protocol) tool. Paste any piece of your own writing — an email, a Slack message, a pitch — and get back a one-line diagnosis and a tightened rewrite. No signup, no API key.
Setup
Add it to your client.
Pick your client below. No account, no install beyond what's already in your config.
Claude Desktop / Cursor
Add to your MCP config (claude_desktop_config.json or Cursor's mcp.json):
{
"mcpServers": {
"make-your-point": {
"command": "npx",
"args": ["-y", "make-your-point-mcp"]
}
}
}
Claude Code
Run from your terminal:
claude mcp add make-your-point -- npx -y make-your-point-mcp
Example
What you get back.
You paste
"I wanted to just check in and see if maybe you had a chance to look over the proposal I sent last week, no worries if not, just let me know whenever you get a chance!"
You get back
Diagnosis: buried under hedging — six qualifiers before the actual ask. Rewrite: "Did you get a chance to review last week's proposal? Let me know your thoughts."