Skip to content
Cursor

Writing MCP for Cursor

io.github.hannasdev/mcp-writing

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

client:Cursor transport:stdio runtime:npm

Install Writing MCP in Cursor

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

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

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

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

Writing MCP in other clients