mcpbeat Sign in

Author MCP Server

by litheonhq Your server? Claim it
local only

Author MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 19 May 2026.

Recall, check, search, timeline, and graph tools for fiction writers via Seizn Memory v3.

Installs per day peak 11 · avg 4 · +58% w/w
a month agotoday
22
Installs / week
npm · @seizn/author-mcp-server
0
Stars
3 open issues
19 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions security/llm-top10/utils.ts:71
    '; rm -rf /',
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.

Runs an external command cli/seizn/src/commands/login.ts:17
  const child = spawn(command, args, { detached: true, stdio: "ignore" });
      const filePath = path.join(args.cwd, fmt.file);
Builds a database query by concatenation src/app/(dashboard)/dashboard/legacy/compliance/page.tsx:125
                Delete + Certify
  async requestBinary(apiPath: string, init: RequestInit = {}) {
Touches key and credential files src/lib/save-file/format.ts:75
    throw new Error('invalid_ed25519_public_key');

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Author MCP Server and you get told the day something new turns up.

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 author-mcp-server -- npx -y @seizn/author-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "author-mcp-server": {
      "args": [
        "-y",
        "@seizn/author-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.author-mcp-server]
command = "npx"
args = ["-y", "@seizn/author-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "author-mcp-server": {
      "args": [
        "-y",
        "@seizn/author-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "author-mcp-server": {
      "args": [
        "-y",
        "@seizn/author-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SEIZN_API_KEY (Bearer token from https://seizn.com/dashboard/account/api-keys), SEIZN_API_BASE_URL (Override the API base URL (default: https://seizn.com/api/v1)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Author MCP Server

same job, measured the same way
Link
by gowtham0992

Local personal memory for agents as MCP tools — remember, recall, search, context, graph traversal.

231 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

37 installs/wk local only
Superlocalmemory
by varun369

Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.

627 installs/wk local only
CLI
by aligndottech

Cross-tool decision memory for AI coding agents: search your decision graph, check changes over MCP.

1 074 installs/wk local only
Yantrikdb MCP
by yantrikos

Cognitive memory for AI agents — semantic recall, knowledge graph, and contradiction detection

1 446 installs/wk local only
Memento
by scrypster

Persistent memory for AI tools. Local-first knowledge graph with hybrid search.

local only
TwtAPI
by tonygjj

Hosted Twitter/X tools for search, users, timelines, followers, trends, and research.

answering

Author MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Author MCP Server?
Author MCP Server 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 @seizn/author-mcp-server was installed 22 times last week.
How do I connect Author MCP Server?
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 @seizn/author-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Author MCP Server?
The npm package @seizn/author-mcp-server was installed 22 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Author MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.