scrivener mcp for Cursor
io.github.writerslogic/scrivener-mcp
MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.
client:Cursor
transport:stdio
runtime:npm
Install scrivener mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"scrivener-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scrivener-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs