Markdown2pdf
@Serendipity-AI
About Markdown2pdf
Agents speak Markdown. Humans prefer PDF. We bridge the gap for the final stage of your agentic workflow. No sign-ups, no credit cards, just sats for bytes. See https://markdown2pdf.ai for more.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"markdown2pdf": {
"command": "npx",
"args": [
"@serendipityai/markdown2pdf-mcp"
],
"cwd": "~"
}
}
}Tools
1Convert markdown to PDF, and pay with Lightning
Overview
What is Markdown2pdf?
Markdown2pdf is an MCP server that converts Markdown documents into high‑quality, print‑ready PDFs using a LaTeX engine. It is designed for AI agents (e.g., Claude Desktop) to produce polished PDF output as the final step in an agentic workflow.
How to use Markdown2pdf?
Add the server configuration to your Claude Desktop settings file using the npx command: "command": "npx", "args": ["@serendipityai/markdown2pdf-mcp"]. After configuration, ask Claude to generate markdown and then create a PDF from it.
Key features of Markdown2pdf
- LaTeX‑powered conversion for superior print quality.
- Supports cover page, table of contents, and tables.
- No sign‑up or credit card required; pay‑per‑use via satoshis.
- MCP server for seamless integration with Claude Desktop.
- Quick setup with a single
npxcommand.
Use cases of Markdown2pdf
- Converting AI‑generated markdown reports into shareable PDFs.
- Creating formatted PDF documents with tables and TOC from markdown.
- Generating printable output for the final stage of an agentic workflow.
FAQ from Markdown2pdf
What runtime does Markdown2pdf require?
It runs via npx, so Node.js is required on the system.
How do I configure Markdown2pdf with Claude Desktop?
Add the "mcpServers" block shown in the Quickstart section to your Claude Desktop configuration file.
Is payment required? How does billing work?
The service uses a pay‑as‑you‑go model with no sign‑ups or credit cards; you pay in “sats for bytes” (satoshis per byte).
Where can I find full documentation?
Full documentation is available at markdown2pdf.ai.
What transport does the MCP server use?
The server uses the standard MCP stdio transport, launched via npx.
Frequently asked questions
What runtime does Markdown2pdf require?
It runs via `npx`, so Node.js is required on the system.
How do I configure Markdown2pdf with Claude Desktop?
Add the `"mcpServers"` block shown in the Quickstart section to your Claude Desktop configuration file.
Is payment required? How does billing work?
The service uses a pay‑as‑you‑go model with no sign‑ups or credit cards; you pay in “sats for bytes” (satoshis per byte).
Where can I find full documentation?
Full documentation is available at [markdown2pdf.ai](https://markdown2pdf.ai).
What transport does the MCP server use?
The server uses the standard MCP stdio transport, launched via `npx`.
Basic information
More Reasoning MCP servers
Unified MCP Suite
Godzilla675A suite of Model Context Protocol (MCP) servers designed to enhance AI agent capabilities. Provides tools for media search/understanding (images, video), web information retrieval, PDF generation, and PowerPoint presentation creation, enabling agents to interact with diverse data
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
Agentic Radar
splx-aiA security scanner for your LLM agentic workflows
🐢🚀 Node.js Sandbox MCP Server
alfonsograzianoA Node.js–based Model Context Protocol server that spins up disposable Docker containers to execute arbitrary JavaScript.
Part 1. Real-Time LangGraph Agent with MCP Tool Execution
junfanz1This project demonstrates a decoupled real-time agent architecture that connects LangGraph agents to remote tools served by custom MCP (Modular Command Protocol) servers. The architecture enables a flexible and scalable multi-agent system where each tool can be hosted independent
Comments