Convert ChatGPT exports into organized Markdown files with full-text search and an MCP server for seamless Claude integration on macOS and Windows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chatgpt2md": {
"command": "cargo",
"args": [
"run",
"--",
"chatgpt2md"
]
}
}
}
Run in terminal:
claude mcp add chatgpt2md cargo run -- chatgpt2md
Add to .cursor/mcp.json:
{
"mcpServers": {
"chatgpt2md": {
"command": "cargo",
"args": [
"run",
"--",
"chatgpt2md"
]
}
}
}