Connect LunaNotes to your workflow

Three ways to get your notes out of LunaNotes and into everything else you use: read them from an AI assistant, receive events at your own endpoint, or wire them into another app without writing code. All three work on the same note events, so pick the one that matches how much you want to build.

MCP Server

Connects to Any AI assistant that speaks the Model Context Protocol — Claude, ChatGPT, Gemini, Perplexity, Copilot, Mistral and Cursor among them.

Full MCP Server guide

MCP is an open standard for giving an AI assistant direct access to a data source. LunaNotes runs an MCP server, so an assistant can read your library while you talk to it instead of you pasting notes into the chat. Access is read-only: an agent can look at your notes, it cannot rewrite or delete them.

What you can do

  • Ask an assistant questions across your whole note library rather than one note at a time
  • Pull a video's summary, diagrams, notes and quizzes back in a single call
  • Read flashcard quizzes, filtered by name, source video, or how they were generated
  • Check your own profile, plan and remaining credits

How to set it up

  1. 1. Generate an API key in Settings → API in your LunaNotes account.
  2. 2. Add the LunaNotes server to your AI client's MCP config, pasting the key in as a bearer token.
  3. 3. Restart the client. The LunaNotes tools appear in its tool list.

Webhooks

Connects to Any HTTPS endpoint you control — your own backend, a serverless function, or an automation service.

Full Webhooks guide

A webhook is a message LunaNotes sends you the moment something happens, rather than something you have to poll for. Point one at a URL and LunaNotes POSTs the event there as it occurs, so your own systems stay in step with your notes without anyone exporting anything.

What you can do

  • Fire on note.created when a new note appears in your workspace
  • Fire on note.updated when an existing note changes
  • Fire on note.deleted when a note is removed
  • Subscribe to all three, or only the ones you need

How to set it up

  1. 1. Go to Settings → Integrations → Webhooks in your LunaNotes account.
  2. 2. Enter the HTTPS URL that should receive the event payload.
  3. 3. Pick the events that should fire it.
  4. 4. Send a test payload to check your endpoint answers, then activate.

Zapier

Connects to 6,000+ apps on Zapier, including Google Drive, Slack, Notion, Google Sheets and Trello.

Full Zapier guide

Zapier is the no-code route to the same events the webhooks expose. If you would rather not run an endpoint, build the automation in Zapier's interface instead and let it handle the delivery.

What you can do

  • Save every new note to a Google Drive folder automatically
  • Post to a Slack channel whenever a note is updated
  • Keep a Google Sheets log of deleted notes for auditing
  • Chain any of the three note events into a multi-step Zap

How to set it up

  1. 1. Open the LunaNotes app on Zapier and connect your account.
  2. 2. Choose Note Created, Note Updated or Note Deleted as the trigger.
  3. 3. Pick the app and action that should follow, then turn the Zap on.

Start taking better notes today with LunaNotes