← Index

Writing MCP

io.github.hannasdev/mcp-writing·v2.17.1·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-writing": {
      "command": "npx",
      "args": [
        "-y",
        "@hanna84/mcp-writing"
      ],
      "env": {
        "WRITING_SYNC_DIR": "<writing_sync_dir>",
        "DB_PATH": "<db_path>",
        "OWNERSHIP_GUARD_MODE": "warn"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-writing": {
      "command": "npx",
      "args": [
        "-y",
        "@hanna84/mcp-writing"
      ],
      "env": {
        "WRITING_SYNC_DIR": "<writing_sync_dir>",
        "DB_PATH": "<db_path>",
        "OWNERSHIP_GUARD_MODE": "warn"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @hanna84/mcp-writing
§02  Environment variables
WRITING_SYNC_DIR
required

Path to the manuscript sync folder that mcp-writing indexes and edits.

DB_PATH

Optional path for the SQLite index database used by the server.

OWNERSHIP_GUARD_MODE

Startup ownership policy for sync-folder files.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other