Back to MCP directory
publicPublicdnsLocal runtime

Claude Conversations to Markdown

将Claude对话记录转换为Markdown或Apple Notes的工具

article

README

🚀 使用说明

本项目可实现将Claude对话内容记录到Apple Notes中,以下是详细的使用步骤。

🚀 快速开始

克隆仓库

首先,你需要克隆此仓库到本地:

# 克隆此仓库
git clone https://github.com/29decibel/record-to-markdown

编辑Claude桌面配置

编辑Claude桌面配置以启用此功能:

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"
      ]
    }
  }
}

⚠️ 注意事项

⚠️ 重要提示

  1. 路径替换:请将/FULL_PATH_TO/record-to-markdown替换为实际的项目路径。
  2. 文件完整性:确保配置文件的语法正确,并且所有括号和逗号都已正确放置。
  3. 权限问题:可能需要检查脚本运行时的权限,以确保服务器能够正常启动并访问所需的目录。

📌 总结

这样设置后,每当Claude进行对话时,内容将被记录到Apple Notes中。如果遇到任何问题,请检查终端输出或日志文件以获取更多信息。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client