mcpbeat Sign in

Samuraizer MCP Server

local only

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

Local MCP server for meeting transcripts, summaries, action items & decisions — no cloud.

Installs per day peak 271 · avg 21 · +318% w/w
a month agotoday
76
Installs / week
npm · @samuraizer/mcp-server
1
Stars
1 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Samuraizer every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: SAMURAIZER_MEETINGS_DIR (Directory containing processed meetings, overriding meetingsDir from the Samuraizer config file. A config file is still required — run 'samuraizer init' first.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Samuraizer

same job, measured the same way
Talkenda MCP Server
by talkenda

Search and edit Talkenda meeting transcripts, notes, decisions and action items through OAuth.

answering
Fathom MCP Server
by agencyenterprise

Connect Claude to Fathom meeting recordings, transcripts, and summaries

answering
Zoom Meetings
by zoom

Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.

answering
Itsconvo
by itsconvo

Access your Convo meetings, transcripts, summaries, and action items from any AI assistant.

29 installs/wk local only
RecordX
by recordx

Read-only access to your RecordX meetings: search transcripts, summaries, action items.

answering
Claude Amplifier
by sisuthros

Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.

42 installs/wk local only
Fathom
by mindstone

Fathom AI meeting transcription MCP server for Model Context Protocol hosts

181 installs/wk local only
Gilbert MCP
by hugof1234

Gilbert meetings: list, search, and fetch transcripts & summaries via MCP.

72 installs/wk local only

Samuraizer — questions

Answers built from our own checks of this server.

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