Minutes MCP Server

useminutes.app Minutes is a free, open-source conversation memory app for the AI you already use. Record and transcribe meetings, calls, voice memos, and dictation on your device, then let Claude Code, Codex, Cursor, or another MCP client search the history you choose to share. Your records are Markdown files you own in ~/meetings/. It runs locally over stdio via the published package.

People who work with agent skills, meetings and meeting notes and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 1,485 · #4 OF 173 MAINTAINED MEDIA · VERIFIED 2026-09-18

MIT · Rust servers · how we verify → /methodology

01 · Install Minutes

Claude Code

claude mcp add silverstein-minutes -- npx -y minutes-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "silverstein-minutes": {
      "command": "npx",
      "args": [
        "-y",
        "minutes-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package minutes-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.silverstein is GitHub-verified and matches the repo owner

03 · What Minutes can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.26.3 · 2026-09-15

v0.26.3: Notes show up everywhere · Minutes 0.26.3 makes prep briefs and other type: note artifacts visible anywhere Minutes lists or searches the meeting corpus. It also prevents concurrent setup processes from racing…

v0.26.2 · 2026-09-10

v0.26.2: The live transcript is back · Minutes 0.26.2 fixes a bug that left the live transcript empty, or nearly empty, during recordings on every release from 0.25.4 through 0.26.1. Recordings and the finished meeting…

v0.26.1 · 2026-09-07

v0.26.1: Keep the microphone running after an overload · Minutes 0.26.1 fixes an unnecessary microphone restart after a transient audio overload. On macOS, this could appear as an "Audio input switched" notification…

04 · Who maintains Minutes

minutes is maintained by silverstein. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
media - ranked #4 of 173 actively-maintained media servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.silverstein/minutes (active, first published 2026-09-05 · 4 versions)
packages
npm:minutes-mcp

06 · Minutes FAQ

What is Minutes?

useminutes.app Minutes is a free, open-source conversation memory app for the AI you already use. Record and transcribe meetings, calls, voice memos, and dictation on your device, then let Claude Code, Codex, Cursor, or another MCP client search the history you choose to share. Your records are Markdown files you own in ~/meetings/. It runs locally over stdio via the published package.

Is Minutes still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Minutes?

Run `npx -y minutes-mcp`. You can also paste the ready-made client config above.

Does Minutes run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Minutes

head to head · Comfyui MCP vs Minutes · Voicemode vs Minutes · Claude Real Video vs Minutes