Skip to main content
MCPReady to use

BlazeDocs MCP Server

Let your AI agents convert PDFs to Markdown using the Model Context Protocol

Setup in 60 seconds

Pick your client, paste the config, and start converting PDFs with your AI agent.

$ npx -y blazedocs-mcp

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "blazedocs": {
      "command": "npx",
      "args": ["-y", "blazedocs-mcp"],
      "env": {
        "BLAZEDOCS_API_KEY": "bd_live_your_key_here"
      }
    }
  }
}
🛠️

Available Tools

The MCP server exposes these tools to your AI agent:

ToolDescription
convert_pdfConvert a PDF file to clean Markdown
convert_urlConvert a PDF from URL to Markdown
check_usageCheck API usage and remaining quota
💬

Example Interactions

Once connected, just ask your agent naturally:

Convert this PDF to markdown
Extract the tables from report.pdf as markdown
How many API calls do I have left this month?
Download the PDF at this URL and convert it to markdown

Ready to get started?

Get your API key and start converting PDFs with your AI agent in under a minute.