Find the conversation
Search meeting titles, tags, and saved transcript text, then open the exact agenda, summary, or artifact you need.
Livi is AI native, so Claude, ChatGPT, Codex, and any compatible MCP client can work with your meetings on day one. Search what was said, find the work that is still open, and keep the next meeting moving.
https://livingmeeting.com/api/mcpSearch meeting titles, tags, and saved transcript text, then open the exact agenda, summary, or artifact you need.
Keep speaker attribution intact and separate decisions, open questions, and action items from the rest of the conversation.
Create a meeting, update its time, or revise its agenda when you ask. Read and write tools stay clearly separated.
Add LivingMeeting. Choose it from your AI client's app directory, or add the production MCP endpoint as a custom connection.
Approve access. Sign in to LivingMeeting and approve the workspace shown on the consent screen.
Ask naturally. The agent selects a read tool or shows the change it intends to make.
Claude Code and Codex can load the same remote server from a checked-in MCP configuration.
{
"mcpServers": {
"livingmeeting": {
"type": "http",
"url": "https://livingmeeting.com/api/mcp"
}
}
}MCP exposes saved workspace data, not a hidden audio feed. Live audio remains inside the meeting experience and saved transcript entries become available through authenticated tools.

Every request is authenticated and scoped to the workspace you approved.
list_meetingsBrowse recent meetings by status or projectReadget_meetingOpen a meeting with its agenda, people, and action itemsReadget_agendaRead agenda topics, completion state, and summariesReadget_transcriptRead saved transcript lines with speaker namesReadget_summaryRead topic summaries and accepted action itemsReadsearch_meetingsFind meetings by title, tag, or transcript textReadget_artifactsRead charts, notes, and filled meeting templatesReadlist_action_itemsReview open or completed work across meetingsReadlist_pinned_itemsRead items saved to the workspace libraryReadcreate_meetingCreate a scheduled LivingMeeting recordWriteupdate_meetingChange a meeting title or scheduled timeWriteset_agendaReplace a meeting agenda with an updated listWritedelete_meetingPermanently delete a meetingDeleteNo for supported app and connector flows. Sign in through OAuth. Workspace API keys remain available for manual development setups that need them.
No. The MCP server exposes the saved meeting record. It does not provide a hidden live audio stream.
Yes, through clearly separate write and delete tools. LivingMeeting performs a change only when the client calls the matching tool for your authenticated workspace.