Skip to content
VS Code

scrivener mcp for VS Code

io.github.writerslogic/scrivener-mcp

MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.

client:VS Code transport:stdio runtime:npm

Install scrivener mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "scrivener-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scrivener-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

scrivener mcp in other clients