Skip to content
Cursor

Writing Clinic for Cursor

io.github.stockandawe/writing-clinic

Free MCP tool: paste your writing, get a one-line diagnosis and a tightened rewrite.

client:Cursor transport:stdio runtime:npm

Install Writing Clinic in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "writing-clinic": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "make-your-point-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Writing Clinic in other clients