LogicNotes MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@LogicNotes MCP ServerFind meetings where we discussed pricing objections"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
LogicNotes MCP Server
LogicNotes MCP is a read-only Model Context Protocol bridge for LogicNotes meeting notes.
It lets MCP-compatible agents search completed LogicNotes meetings, fetch summaries, fetch transcripts when the user grants transcript scope, and list action items without writing to notes, CRMs, calendars, or Google Sheets.
What LogicNotes Does
LogicNotes is a mobile-first AI meeting notes app for sales people who meet customers face to face. Record an in-person meeting on iPhone, get clean AI summaries, action items, transcripts, and follow-up context, then sync everything automatically to Salesforce, HubSpot, Zoho CRM, Dynamics 365, or Google Sheets.
This MCP server sits on top of completed meeting notes. It does not join online meetings as a bot.
Related MCP server: Granola Local Archive
Tools
search_notes: Search completed LogicNotes meeting notes for the authenticated user.fetch_note: Fetch one completed meeting note bynoteId.fetch_transcript: Fetch the transcript for one meeting note when transcript scope is enabled.list_action_items: List action items across completed meeting notes.
Requirements
Node.js 18 or newer.
A LogicNotes MCP token.
Create a token in the LogicNotes app:
Open LogicNotes.
Go to Settings.
Open Meeting Intelligence / AI Agents.
Create an MCP access token.
Copy the token once and store it in your MCP client config.
Tokens start with lnmcp_. Transcript access is optional and is controlled when the token is created.
Claude Desktop Example
{
"mcpServers": {
"logicnotes": {
"command": "npx",
"args": ["-y", "logicnotes-mcp-server"],
"env": {
"LOGICNOTES_MCP_TOKEN": "lnmcp_your_token_here"
}
}
}
}Local Usage
LOGICNOTES_MCP_TOKEN=lnmcp_your_token_here npx -y logicnotes-mcp-serverTo point at staging or a custom endpoint:
LOGICNOTES_MCP_TOKEN=lnmcp_your_token_here \
LOGICNOTES_MCP_ENDPOINT=https://us-central1-logicnotes-staging.cloudfunctions.net/mcp \
npx -y logicnotes-mcp-serverSecurity
Read-only by design.
User-scoped token authentication.
No CRM writes.
No Sheets writes.
No calendar writes.
No note mutation.
Transcript access requires a token with transcript scope.
Tokens can be revoked from LogicNotes.
Example Prompts
"Search my LogicNotes meetings for who owes me 10K."
"What follow-ups did I promise last week?"
"Find meetings where the customer raised pricing objections."
"Which deals need CRM updates?"
"Fetch the transcript for this meeting."
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search and read your recorded meetings: notes, action items, participants, transcripts.
Read-only MCP access to authorized Vocci sessions, notes, files, and memory search.
An MCP server that provides congressional transcripts
Zoom Meetings server for meeting search, recordings, transcripts, summaries, and meeting assets.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that provides AI agents access to Granola meeting notes. It enables searching notes, retrieving full content with transcripts, and paginating through meeting history.3MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that exposes local Granola meeting notes, summaries, and transcripts to AI assistants via SQLite-backed search and retrieval.MIT
- AlicenseAqualityDmaintenanceRead-only access to your Gilbert meetings, transcripts and summaries over MCP — list, search, and fetch transcripts and summaries.554 npm1MIT
- AlicenseNot gradedqualityBmaintenanceRead-only MCP server that exposes locally generated voice notes to any MCP client, allowing listing, searching, and reading transcripts, summaries, and knowledge graphs from voice-notes sessions.1MIT