C
Claude Conversations to Markdown
Integrates with markdown files and Apple Notes to automatically save and format Claude conversation content for easy reference and sharing.
Share:
About
Integrates with markdown files and Apple Notes to automatically save and format Claude conversation content for easy reference and sharing.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install Claude Conversations to Markdown
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"claude-conversations-to-markdown": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-conversations-to-markdown"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"claude-conversations-to-markdown": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-conversations-to-markdown"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"claude-conversations-to-markdown": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-conversations-to-markdown"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.