record-to-markdown
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"
]
}
}
}
Related MCP Servers
View all ai_chatbot servers →exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
Sequential Thinking
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
gateway
by centralmind
CentralMind Gateway is a tool designed to expose databases to AI agents via MCP or OpenAPI protocols, providing secure, LLM-optimized APIs.
osp_marketing_tools
by open-strategy-partners
A comprehensive suite of tools for technical marketing content creation, optimization, and product positioning based on Open Strategy Partners' proven methodologies.
mcp-server-calculator
by githejie
A Model Context Protocol server for calculating. This server enables LLMs to use calculator for precise numerical calculations.
repomix
by yamadashy
Repomix is a tool that packs your codebase into AI-friendly formats, making it easier to use with AI tools like LLMs.
ai-agent-marketplace-index-mcp
by AI-Agent-Hub
MCP Server for AI Agent Marketplace Index from DeepNLP, allowing AI assistants to search available AI agents by keywords or categories.