Loading MCP server directory, please wait...
Metadata-first fiction editing and reasoning tools for long-form writing projects.
npx @getmcp/cli add io.github.hannasdev/mcp-writingRequires Node.js 18+. Community-contributed server. Review source before installing.
WRITING_SYNC_DIRPath to the manuscript sync folder that mcp-writing indexes and edits.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hannasdev/mcp-writing": {
"command": "npx",
"args": [
"-y",
"@hanna84/mcp-writing"
],
"env": {
"WRITING_SYNC_DIR": "",
"DB_PATH": "",
"OWNERSHIP_GUARD_MODE": "warn"
}
}
}
}