scrivener mcp for Zed
io.github.writerslogic/scrivener-mcp
MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.
client:Zed
transport:stdio
runtime:npm
Install scrivener mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scrivener-mcp": {
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs