본문으로 건너뛰기
MD to PDF

API 문서

MCP for AI agents

이 페이지에서

Integrate

MCP for AI agents

Connect the remote MCP server to Claude Code and compatible AI agents.

Configure the server

Add the remote HTTP server once and provide a publishing-scoped API key through an environment variable.

.mcp.json
{
  "mcpServers": {
    "markdown-to-pdf": {
      "type": "http",
      "url": "https://markdowntopdfconverter.com/mcp",
      "headers": {
        "Authorization": "Bearer ${MD2PDF_API_KEY}"
      }
    }
  }
}

Publish from the conversation

Ask the agent to recommend a task-specific template before rendering. Returned artifact links are private and short-lived.

API 액세스 확인 중

활성화 상태를 불러오는 중입니다.