Claude Conversations to Markdown
About
Integrates with markdown files and Apple Notes to automatically save and format Claude conversation content for easy reference and sharing.
Details
- Author
- 29decibel
- Repository
- 29decibel/record-to-markdown
- GitHub stars
- 3
- Downloads
- 340
- Categories
- Productivity, Developer Tools, Design, File Management, AI, Frontend
- Tags
- #integration, #web
Jump to
—
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Claude Conversations to MarkdownCommand (node, npx, python, etc.)uvArguments-
Argument 1
--directory -
Argument 2
/FULL_PATH_TO/record-to-markdown -
Argument 3
run -
Argument 4
server.py
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, then edit the Claude desktop configuration file to add the server entry. The server is run via uv with the server.py script. After configuration, Claude will automatically record conversations to the specified output.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"claude conversations to markdown": {
"cwd": null,
"env": {},
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
],
"shell": false,
"command": "uv"
}
}
}
Linux
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
],
"shell": false,
"command": "uv"
}
Macos
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
],
"shell": false,
"command": "uv"
}
Windows
{
"cwd": null,
"env": [],
"args": [
"--directory",
"/FULL_PATH_TO/record-to-markdown",
"run",
"server.py"
],
"shell": false,
"command": "uv"
}
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"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





