Local MCP server that exposes Scrivener projects to AI clients, enabling project creation, binder navigation, document read/write, and metadata updates without opening Scrivener.
{
"mcpServers": {
"scrivener": {
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}