PromptReady MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PromptReady MCPConvert /home/user/report.pdf to markdown"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PromptReady MCP
Official Model Context Protocol client for PromptReady — convert PDF/CSV to Markdown from AI agents (Grok, Claude Code, Cursor, and other MCP hosts).
Same PromptReady account and credits as the web app.
Features
Browser Google login (tokens stay on your machine)
get_credits,convert_pdf,get_status,wait_and_downloadSaved convert defaults (engine, tables, images) — not on every call
Factory default: PaddleOCR-VL, tables on, images off
Related MCP server: Markitdown MCP Server
Install
git clone https://github.com/hydrojwh/promptready-mcp.git
cd promptready-mcp
python3 -m venv .venv && source .venv/bin/activate
pip install -e .Login (once per machine)
promptready-mcp-loginOpens Google OAuth and saves credentials to
~/.config/promptready/credentials.json (file mode 0600).
Supabase Auth must allow redirect:
http://127.0.0.1:18765/callback
MCP host config
Grok
[mcp_servers.promptready]
command = "/ABS/PATH/promptready-mcp/.venv/bin/python"
args = ["-m", "promptready_mcp.server"]
cwd = "/ABS/PATH/promptready-mcp"
enabled = true
tool_timeout_sec = 3600Claude Desktop / generic JSON
{
"mcpServers": {
"promptready": {
"command": "/ABS/PATH/promptready-mcp/.venv/bin/python",
"args": ["-m", "promptready_mcp.server"]
}
}
}No access token in config files required after login.
Tools
Tool | Purpose |
| Browser auth / clear local credentials |
| Credit balance |
| Saved convert defaults |
| Upload path → queue (optional |
| Job status |
| Poll + save |
Downloaded names follow the web app: {name}_PaddleOCR-VL.md (engine label).
Security
Tokens are never hardcoded in this repository.
Do not commit
~/.config/promptready/*or.env.Only use the official package linked from https://promptready.space
Vulnerability reports: see SECURITY.md
Service terms
Using the cloud API is subject to PromptReady Terms and Privacy Policy. This MIT-licensed client does not grant free unlimited conversion.
Smoke test (no account)
./scripts/smoke_stdio.shLicense
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceConverts various file types and web content to Markdown format. It provides a set of tools to transform PDFs, images, audio files, web pages, and more into easily readable and shareable Markdown text.Last updated103882,907MIT
- Flicense-qualityDmaintenanceConverts documents (PDF, DOCX, images, etc.) to Markdown using Microsoft's Markitdown library, with no local setup required. Integrates with AI agents via MCP for seamless document conversion.Last updated1
- AlicenseAqualityBmaintenanceConverts documents between Markdown, PDF, DOCX, and HTML locally with AI-friendly Markdown output and secure file access.Last updated611MIT
- FlicenseAqualityCmaintenanceConverts files (PDF, DOCX, PPTX, XLSX, images via OCR) and URLs to Markdown, enabling AI clients to read them via a single MCP tool.Last updated1
Related MCP Connectors
Convert files, HTML, and Markdown to PDF via the FileToPDF API. Bring your own API key.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hydrojwh/promptready-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server