Mad Lit/Docs

Claude connector

Mad Lit has a built-in MCP (Model Context Protocol) server. Once connected, Claude can read your notes, create pages, search your workspace, and manage tasks — directly from the Claude app, without you switching context.

What Claude can do

CapabilityExample
Read a page"Summarise my meeting notes from last week"
Create a page"Create a page called Q3 Goals with these bullet points…"
Search your workspace"Find everything I've written about the redesign project"
Append content"Add these action items to my Sprint 4 page"
List pages and sections"What pages do I have in the Work section?"
Create and manage tasks"Add a task to review the contract by Friday"
Read and reply to comments"Check if I have any open comment threads"

Set up the connector

Step 1 — Get your API key

  1. 1Open Mad Lit and go to Settings (bottom of the sidebar).
  2. 2Click Integrations.
  3. 3Under MCP API Key, click Generate key.
  4. 4Copy the key — it's shown once and can't be retrieved again. If you lose it, generate a new one.

Step 2 — Add Mad Lit as a custom connector in Claude

  1. 1Open Claude.ai and go to Settings → Integrations.
  2. 2Click Add custom connector.
  3. 3Enter the following details:
    FieldValue
    NameMad Lit
    MCP server URLhttps://madlit.io/api/mcp/http
    AuthenticationAPI key
    API key headerx-api-key
    API key valueyour key from Step 1
  4. 4Save. The connector will appear in the integrations list as active.

Step 3 — Use it

Start a new conversation in Claude and mention your notes. Claude will automatically call the Mad Lit tools when it needs to read or write content. You can also be explicit: "Using my Mad Lit notes, summarise what I know about project X."

Connector tools reference

ToolWhat it does
list_pagesList all pages and sections, with hierarchy
search_pagesFull-text search across titles and content
get_pageRead a page by ID — returns title and Markdown content
create_pageCreate a new page with optional content and location
update_pageReplace a page's content or rename it
append_to_pageAdd Markdown to the end of a page without touching existing content
create_sectionCreate a new sidebar section
move_pageMove a page to a section or nest it under another page
trash_pageSend a page to the trash
create_taskCreate a task (standalone or embedded on a page)
list_tasksList tasks with optional filters
complete_taskMark a task done
get_discussionsRead open comment threads
add_commentReply to a comment thread

Privacy

The connector only sends content to Claude when you ask it to. Your API key is stored as a one-way hash — it can't be read from the database. You can revoke access at any time by deleting the key in Settings and removing the connector from Claude.

Tip: Questions? Email info@madlit.io.