mcpbeat Sign in

Minutes MCP Server

by silverstein Your server? Claim it
local only

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

The private, owned conversation-memory layer for AI. Record, transcribe, and search every meeting.

Installs per day peak 369 · avg 127 · -19% w/w
a month agotoday
459
Installs / week
npm · minutes-mcp
1472
Stars
54 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 16 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.

      const peopleRaw = execFileSync(minutesBin, ["people", "--json", "--limit", "10"], {
  const absolute = path.join(rootDir, "..", "..", targetPath);
Page executes code built at runtime crates/cli/assets/dashboard.html:372
      ml.innerHTML=html;

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

Alternatives to Minutes

same job, measured the same way
Zoom Meetings
by zoom

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

answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Call Copilot
by anisurrahmann

Search and read locally-recorded meeting transcripts over stdio. Read-only, no network.

239 installs/wk local only
I
Dadan
by dadan

Screen recording & video platform: search, share, transcribe, translate videos & AI meeting notes

answering
T
Memo AI – meeting assistant
by memoai

Search transcripts and summaries of your meetings, calls, and recordings in Memo AI

16 installs/wk local only
memsprout
by memsprout

shared AI-context layer for teams — persistent memory your agents search and update over MCP

answering
Infimium
by aryankumar06

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

46 installs/wk local only
Walkie MCP
by adamperlis

Search and read your recorded meetings: notes, action items, participants, transcripts.

answering

Minutes — questions

Answers built from our own checks of this server.

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