AI Skill for Markdown

Let AI agents create, update, and share styled documents.

MD2PDF is built for the AI era. Install the Claude Skill, use WebMCP, or call the public REST API — agents produce beautifully styled PDFs, HTML, and images and hand recipients a shareable link.

Install Skill REST API llms-full.txt

Integration Options

Claude Skill
/skill.md — Skills format manifest
WebMCP
Inline MCP in the app — agents call tools directly
REST API
/api — anonymous, rate-limited
LLM Docs
AI Plugin
JSON-LD
SoftwareApplication schema

Install in Claude

  1. Open Claude and go to Skills.
  2. Add a new skill and paste the URL https://md2pdf.studio/skill.md.
  3. Claude can now create Markdown documents and share them as /s/{id} links.

Example Prompts

Generate a CV

"Create a CV for a senior frontend engineer with 8 years of experience. Use the Minimal style and share the link."

Release notes

"Take this changelog and produce a styled PDF in the GitHub style, then share the link in Slack format."

Meeting notes to PDF

"From today's transcript, produce meeting notes with action items in the Notion style, and give me the shareable URL."

All Templates Agents Can Use

CV / Resume Report Documentation Changelog Meeting Notes

FAQ

Does MD2PDF support MCP?

Yes — WebMCP (in-browser MCP) lets agents interact with the editor directly. A remote MCP server is on the roadmap.

Do agents need an API key?

No. The public API is anonymous, rate-limited by IP. For higher limits, self-host via GitHub.

Can agents update previously-created documents?

Yes. Agents receive an editKey when saving, which authorizes subsequent PUT /api/update/:id calls.

Are agent-created documents encrypted?

Yes — all documents are AES-256-GCM encrypted at rest. Keys are returned in the API response and must be kept by the caller.