a MCP server to record Claude conversation to markdown or Apple Notes
2 stars
Python
Updated Jul 30, 2025
Documentation
Record conversation to markdown / Apple Notes
Record Claude conversation to markdown or Apple notes.
Usage
bash
# clone this repo
git clone https://github.com/29decibel/record-to-markdownEdit the Claude desktop config to enable this:
bash
zed ~/Library/Application\ Support/Claude/claude_desktop_config.jsonjson
{
"mcpServers": {
"record-to-apple-notes": {
"command": "uv",
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
]
}
}
}Similar MCP
Based on tags & features
Trending MCP
Most active this week