Convert Markdown to Google Doc
md_to_gdocConvert Markdown files or raw text into native Google Docs on Google Drive, preserving headings, lists, tables, and code formatting. Requires one-time authentication via the MCP server setup.
Instructions
Upload a Markdown file (or raw Markdown text) to Google Drive as a native Google Doc, preserving headings/lists/tables/code formatting. Requires prior one-time auth (run npm run auth in the mcp-md-converter project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Google Doc title (defaults to filename or 'Document') | |
| markdown | No | Raw markdown text to convert (alternative to markdown_path) | |
| folder_id | No | Google Drive folder ID to place the doc in (optional) | |
| markdown_path | No | Absolute path to the .md file to convert |