Writing MCP
About
Metadata-first fiction editing and reasoning tools for long-form writing projects.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WRITING_SYNC_DIR DB_PATH OWNERSHIP_GUARD_MODEClaude Code
claude mcp add --env WRITING_SYNC_DIR= --env DB_PATH= --env OWNERSHIP_GUARD_MODE= mcp-writing -- npx @hanna84/mcp-writing
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-writing","command":"npx","args":["@hanna84/mcp-writing"],"env":{"WRITING_SYNC_DIR":"","DB_PATH":"","OWNERSHIP_GUARD_MODE":""}}'
JSON
{
"mcpServers": {
"mcp-writing": {
"command": "npx",
"args": [
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "",
"DB_PATH": "",
"OWNERSHIP_GUARD_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.