mcpbeat Sign in

Scrivener MCP Server

local only

Scrivener MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 150 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 390 · avg 66 · -64% w/w
a month agotoday
150
Installs / week
npm · scrivener-mcp
58
Stars
6 open issues
15 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox src/utils/env-config.ts:318
            '/.dockerenv',
Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.cjs
Builds a database query by concatenation install.sh:126, .github/workflows/update-comparison.yml:26
    $SUDO apt-get update
    $SUDO apt-get install -y  ${PREREQ} ${PREREQDEB} # git
    const filepath = path.join(spoolDirectory, filename);
        spawn(neo4jBin, ['start'], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add scrivener-mcp -- npx -y scrivener-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "scrivener-mcp": {
      "args": [
        "-y",
        "scrivener-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.scrivener-mcp]
command = "npx"
args = ["-y", "scrivener-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "scrivener-mcp": {
      "args": [
        "-y",
        "scrivener-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "scrivener-mcp": {
      "args": [
        "-y",
        "scrivener-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Scrivener MCP

same job, measured the same way
I
Vulcan File Ops
by n0zer0d4y

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

92 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Seatable
by seatable

MCP server for SeaTable — read, write, search, link, and query data in your bases

112 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering
MCP Server for YNAB
by hs737

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

1 167 installs/wk local only
Tailscale MCP Server
by yawlabs

Tailscale MCP server for managing your tailnet from AI assistants

1 462 installs/wk local only
MCP Advisor
by stucchi

Browse, search, and discover MCP servers from your AI assistant

128 installs/wk local only

Scrivener MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Scrivener MCP?
Scrivener MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package scrivener-mcp was installed 150 times last week.
How do I connect Scrivener MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls scrivener-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Scrivener MCP?
The npm package scrivener-mcp was installed 150 times in the last week. Week over week that is -64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Scrivener MCP open source?
Yes — it is published under the AGPL-3.0 licence, written in TypeScript, 58 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.