Skip to content
Cline

Writing MCP for Cline

io.github.hannasdev/mcp-writing

Metadata-first fiction editing and reasoning tools for long-form writing projects.

client:Cline transport:stdio runtime:npm

Install Writing MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-writing": {
      "command": "npx",
      "args": [
        "-y",
        "@hanna84/mcp-writing"
      ],
      "env": {
        "WRITING_SYNC_DIR": "<WRITING_SYNC_DIR>",
        "DB_PATH": "<DB_PATH>",
        "OWNERSHIP_GUARD_MODE": "<OWNERSHIP_GUARD_MODE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Writing MCP in other clients