Integrations
Connect Unmarkdown to Claude, ChatGPT, Cursor, VS Code, and other AI tools.
AI Assistants
| Platform | Method | Auth | Status |
|---|---|---|---|
| Claude (claude.ai) | Settings > Integrations | OAuth (automatic) | Live |
| Claude Desktop | MCP config file + npm | API key | Live |
| ChatGPT | OpenAI directory | OAuth (automatic) | Pending review |
Code Editors
Cursor, VS Code, Windsurf, and any MCP-compatible editor can use the Unmarkdown MCP server. Add this to your editor's MCP configuration:
json
{
"mcpServers": {
"unmarkdown": {
"command": "npx",
"args": ["-y", "@un-markdown/mcp-server"],
"env": {
"UNMARKDOWN_API_KEY": "um_your_api_key_here"
}
}
}
}Config file locations vary by editor. See the MCP server README for editor-specific paths.
Browser Extension
The Chrome Extension detects markdown on any AI chat page (ChatGPT, Claude, Gemini, Perplexity) and lets you convert and copy with one click. No API key needed.
REST API
Programmatic access to all conversion, document, and publishing features. 1,000 free calls per month.
npm Package
Install the MCP server globally for use with any MCP client:
bash
npm install -g @un-markdown/mcp-serverPublished as @un-markdown/mcp-server on npm. Also listed on the Smithery registry.