Let your AI agents convert PDFs to Markdown using the Model Context Protocol
Pick your client, paste the config, and start converting PDFs with your AI agent.
Add to ~/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"
}
}
}
}The MCP server exposes these tools to your AI agent:
| Tool | Description |
|---|---|
convert_pdf | Convert a PDF file to clean Markdown |
convert_url | Convert a PDF from URL to Markdown |
check_usage | Check API usage and remaining quota |
Once connected, just ask your agent naturally:
Get your API key and start converting PDFs with your AI agent in under a minute.