Connect AI agents (MCP) Pro
Abschrift ships a local MCP server, so agents like Claude Desktop and Claude Code can list, search, and read your meetings — over stdio, on your Mac. No ports opened, nothing uploaded; the agent process reads your local vault exactly like you would.
Setup
Settings → Connect AI agents (MCP) shows copy-paste-ready snippets with your real paths. They boil down to:
Claude Code
claude mcp add --scope user abschrift -- \
/Applications/Abschrift.app/Contents/MacOS/abschrift mcp --out ~/Abschrift
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json and restart it:
{
"mcpServers": {
"abschrift": {
"command": "/Applications/Abschrift.app/Contents/MacOS/abschrift",
"args": ["mcp", "--out", "/Users/you/Abschrift"]
}
}
}
What agents can do
list_meetings/get_meeting— browse the archivesearch_meetings— full-text search over notes and transcripts (BM25-ranked, with snippets)get_notes/get_transcript— read a meeting's Markdown
Try: “What did we decide about the Q3 roadmap? Check my Abschrift meetings.”
Notes on privacy
The MCP server is read-only and local. Remember that whatever agent you connect will see
meeting content — the same trust decision as choosing a cloud notes provider. If you index
your vault with external tools, index notes only (**/notes.md): external
indexes keep their own copies, which would quietly outlive Abschrift's transcript retention.