MCP Hub
Back to servers

Claude Conversations to Markdown

MCP (Model Context Protocol) Server. Integrates with markdown files and Apple Notes to automatically save and format Claude conversation content for easy reference and sharing.

Stars
3
Validated
Jan 11, 2026

Record conversation to markdown / Apple Notes

Record Claude conversation to markdown or Apple notes.

Usage

# clone this repo
git clone https://github.com/29decibel/record-to-markdown

Edit the Claude desktop config to enable this:

zed ~/Library/Application\ Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "record-to-apple-notes": {
      "command": "uv",
      "args": [
        "--directory",
        "/FULL_PATH_TO/record-to-markdown",
        "run",
        "server.py"
      ]
    }
  }
}

Reviews

No reviews yet

Sign in to write a review