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.
We read the source, 20 h ago · rules 3dff92dd89df
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.
'/.dockerenv',
postinstall: node scripts/postinstall.cjs
$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.
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.
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.
claude mcp add scrivener-mcp -- npx -y scrivener-mcp
{
"mcpServers": {
"scrivener-mcp": {
"args": [
"-y",
"scrivener-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.scrivener-mcp]
command = "npx"
args = ["-y", "scrivener-mcp"]
{
"mcpServers": {
"scrivener-mcp": {
"args": [
"-y",
"scrivener-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"scrivener-mcp": {
"args": [
"-y",
"scrivener-mcp"
],
"command": "npx"
}
}
}
MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.
Connect AI assistants to Outline for document search, reading, and management
MCP server for SeaTable — read, write, search, link, and query data in your bases
MCP server for Manticore Search — lets AI assistants query and manage search databases.
Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.
Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.
Tailscale MCP server for managing your tailnet from AI assistants
Browse, search, and discover MCP servers from your AI assistant
Answers built from our own checks of this server.