Convert ChatGPT export to Markdown with full-text search and MCP server for Claude
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"
]
}
}
}