Record Claude conversation to markdown or Apple notes.
# 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"
]
}
}
}
{
"mcpServers": {
"record-to-apple-notes": {
"env": {},
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.