Call Copilot is a Model Context Protocol (MCP) server: Search and read locally-recorded meeting transcripts over stdio. Read-only, no network. Because it speaks the Model Context Protocol, AI assistants can use Call Copilot as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Python package call-copilot (via uvx) speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v0.4.3, published under the MIT license, with source at AnisurRahmann/call-copilot on GitHub.
On mcp.site, Call Copilot sits in the Productivity category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Call Copilot for AnisurRahmann, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸PyPI package — call-copilot · MCP over stdio
▸Open source — MIT license · AnisurRahmann/call-copilot