mcpbeat Sign in

Call Copilot MCP Server

by anisurrahmann Your server? Claim it
local only

Call Copilot runs on your own machine — the client starts it, so there is no endpoint to ping. 239 installs a week from pypi. Last commit 10 Aug 2026.

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

Installs per day peak 1 576 · avg 108 · +9% w/w
a month agotoday
239
Installs / week
pypi · call-copilot
7
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

            result = subprocess.run(argv, capture_output=True, text=True, check=False)
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.

Builds a database query by concatenation Formula/call-copilot.rb:26
#   2. Update the `url`/`sha256` below (use the sdist .tar.gz).
#   3. Commit + push to the `homebrew-tap` repo. `brew upgrade` picks it up.
            result = subprocess.run(argv, capture_output=True, text=True, check=False)
  el.innerHTML = html;

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

Alternatives to Call Copilot

same job, measured the same way
Walkie MCP
by adamperlis

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

answering
Zoom Meetings
by zoom

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

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
RecordX
by recordx

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

answering
Recolx MCP
by uzqw

Read-only access to your Recolx recordings, transcripts and templates (stdio)

1 401 installs/wk local only
screenpipe
by screenpipe

Search your local screen recordings, audio transcripts, and computer activity from screenpipe.

5 580 installs/wk local only
Minutes
by silverstein

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

459 installs/wk local only
Listen to Sadhu
by listentosadhu

Read-only semantic search over Vedic scripture verses, commentaries, and recorded lectures.

21 tools answering

Call Copilot — questions

Answers built from our own checks of this server.

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