Add pdf2md-ai: AI-powered PDF to Markdown converter #3235
+169
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds pdf2md-ai, an MCP server that converts PDF files to Markdown using advanced AI (Gemini).
Server Details
Features
Testing
The server has been tested successfully with:
User Experience
Users install via NPX (no manual installation needed):
{ "mcpServers": { "pdf2md-ai": { "command": "npx", "args": ["-y", "pdf2md-ai"], "env": { "PDF_TO_MARKDOWN_API_KEY": "their-key" } } } }Links
NPM Package: https://www.npmjs.com/package/pdf2md-ai
API Service: https://pdf-to-markdown-pro.onrender.com
Server Documentation: Included in README.md
Checklist
README.md includes clear installation instructions
README.md includes usage examples with expected output
Server is published and working on NPM
Server works with standard MCP clients (Claude Desktop, Cursor)
Documentation explains how to obtain API key
License is specified (MIT)
Use cases are clearly documented