Writing MCP for Zed
io.github.hannasdev/mcp-writing
Metadata-first fiction editing and reasoning tools for long-form writing projects.
client:Zed
transport:stdio
runtime:npm
Install Writing MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs