LogicNotes MCP Server

LogicNotes MCP Server

Read-only MCP server for searching and retrieving LogicNotes meeting notes, including summaries, transcripts, and action items.

Category
Visit Server

README

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.

Tools

  • search_notes: Search completed LogicNotes meeting notes for the authenticated user.
  • fetch_note: Fetch one completed meeting note by noteId.
  • 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:

  1. Open LogicNotes.
  2. Go to Settings.
  3. Open Meeting Intelligence / AI Agents.
  4. Create an MCP access token.
  5. 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-server

To 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-server

Security

  • 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured