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
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.
Latest Blog Posts
- 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