LunaNotes
MCP Server

Connect Your Notes to Any AI Agent

LunaNotes ships a Model Context Protocol (MCP) server. Give Claude, Cursor, ChatGPT, or any MCP-compatible agent direct read access to your entire knowledge base.

7 Tools

What your agent can do

Every tool is read-only and scoped to your own data — there's no way for an agent to access another user's library.

list_notes

Browse Notes

List and filter your entire note library with pagination and status filters.

get_note

Read a Note

Read any note in full — content, tags, and linked video.

list_videos

Browse Videos

Access your video library, filtered by channel or folder.

get_video

Video Details

Get everything derived from a video: summaries, diagrams, notes, and quizzes in one call.

list_flashcard_quizzes

Browse Quizzes

Find flashcard quizzes by name, source video, or generation type.

get_flashcard_quiz

Read a Quiz

Get a quiz in full with all its flashcards, questions, and answers.

get_me

Account Info

Check your profile, subscription status, and remaining credit balance.

Compatible Clients

Works with any AI agent

Any client that speaks MCP can access your LunaNotes library — just add your API key.

Works with any MCP client

Claude Desktop, Cursor, VS Code Copilot, Windsurf, and more — if it supports MCP, it works with LunaNotes.

Get your API key
Claude
ChatGPT
Gemini
Perplexity
Copilot
Mistral
Cursor
Setup

Get started in 2 steps

1. Get your API key

Go to Settings → API in your LunaNotes account and generate an API key.

2. Add to your client config

Paste the snippet below into your MCP client configuration and replace YOUR_API_KEY.

Claude Desktop

{
  "mcpServers": {
    "lunanotes": {
      "url": "https://api.lunanotes.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Cursor / VS Code

{
  "mcp": {
    "servers": {
      "lunanotes": {
        "url": "https://api.lunanotes.com/mcp",
        "headers": {
          "Authorization": "Bearer YOUR_API_KEY"
        }
      }
    }
  }
}

Let's Try!

Start Taking Better Notes Today with LunaNotes!