record-to-markdown
If you are the rightful owner of record-to-markdown and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides instructions for recording conversations with Claude to markdown or Apple Notes using a Model Context Protocol (MCP) server.
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"
]
}
}
}