aspose-pdf-cloud-mcp
OfficialClick 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., "@aspose-pdf-cloud-mcpExtract text from sample.pdf"
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.
Aspose.PDF Cloud CLI + MCP Tools
Aspose.PDF Cloud CLI exposes Aspose PDF Cloud storage and PDF operations through both a command-line interface and an MCP server.
How to Get Your Aspose.PDF Cloud Credentials
Go to the Dashboard.
After logging in, navigate to the Applications section in the main menu.
Select the first (default) application or create a new one.
Copy the Client ID and Client Secret for later use.
Related MCP server: pdf-mcp
Installation
Install from PyPI:
python -m pip install aspose-pdf-cloud-mcpCheck that the CLI is available:
aspose-pdf-cloud-cli --help
apdf --helpFor local development from a checkout:
python -m pip install -e ".[dev]"Configuration
Set credentials before running CLI commands or the MCP server. The easiest local setup path is:
apdf auth login
apdf auth status
apdf auth testYou can also set credentials directly in your shell:
$env:ASPOSE_CLIENT_ID = "your-client-id"
$env:ASPOSE_CLIENT_SECRET = "your-client-secret"Optional environment variables:
ASPOSE_STORAGE_NAME: default Aspose storage name.ASPOSE_BASE_URL: alternate Aspose PDF Cloud base URL.ASPOSE_SELF_HOST: set to1,true,yes, oronfor self-hosted use.
You can also create a local .env file. See
.env.example for a template. Environment variables take
precedence over .env values.
CLI Usage
The canonical executable is aspose-pdf-cloud-cli. A shorter apdf alias is
also installed for convenience.
aspose-pdf-cloud-cli storage list /
aspose-pdf-cloud-cli auth status
aspose-pdf-cloud-cli auth test
aspose-pdf-cloud-cli storage upload .\sample.pdf /sample.pdf
aspose-pdf-cloud-cli storage download /sample.pdf .\sample.pdf
aspose-pdf-cloud-cli storage download /sample.pdf .\sample.pdf --overwrite
aspose-pdf-cloud-cli pdf merge merged.pdf /a.pdf /b.pdf /c.pdf
aspose-pdf-cloud-cli pdf merge merged.pdf --from-folder /contracts
aspose-pdf-cloud-cli pdf split sample.pdf
aspose-pdf-cloud-cli pdf split sample.pdf --ranges 1-3,4,5-8
aspose-pdf-cloud-cli pdf pdfa-versions
aspose-pdf-cloud-cli pdf convert-pdfa sample.pdf /archive/sample-pdfa.pdf --pdfa-version PDF/A-1B
aspose-pdf-cloud-cli pdf convert-pdfa sample.pdf /archive/sample-pdfa.pdf --type PDFA3B
aspose-pdf-cloud-cli pdf extract-text sample.pdf --output sample.txt
aspose-pdf-cloud-cli pdf extract-text sample.pdf --output sample.txt --overwrite
aspose-pdf-cloud-cli pdf extract-tables sample.pdf --output tables.json
aspose-pdf-cloud-cli pdf extract-tables sample.pdf --pages 1,3,4-7,10 --output tables.json
aspose-pdf-cloud-cli pdf list-images sample.pdf
aspose-pdf-cloud-cli pdf extract-images sample.pdf /extracted-images
aspose-pdf-cloud-cli pdf extract-images sample.pdf /extracted-images --pages 1,3,7-10
aspose-pdf-cloud-cli pdf extract-image sample.pdf 1 1 /extracted-images
aspose-pdf-cloud-cli mcp serveMCP Usage
After installing the package, configure your MCP client to launch:
aspose-pdf-cloud-cli mcp serveCodex MCP configuration examples are available in docs/mcp-config.md, with a copy-pasteable helper at examples/codex-mcp-config.toml.
Codex Prompts
Sample prompts for using this MCP server with Codex are in docs/codex-prompts.md.
Install as an Agent Skill
The package includes an aspose-pdf-cloud-mcp skill for Codex and Claude Code.
Install the package first, then install the bundled skill:
python -m pip install aspose-pdf-cloud-mcp
aspose-pdf-cloud-cli skill install codex
aspose-pdf-cloud-cli skill install claude-codeFor Claude Code project-local installation:
aspose-pdf-cloud-cli skill install claude-code --projectUse --force to replace an existing installed copy. More details are in
docs/agent-skill.md.
This server cannot be installed
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
- Flicense-qualityDmaintenanceAn MCP server that provides comprehensive PDF processing capabilities including text extraction, image extraction, table detection, annotation extraction, metadata retrieval, page rendering, and document structure analysis.Last updated
- Alicense-qualityDmaintenanceAn MCP server that provides tools for reading, writing, and manipulating PDF files, including text extraction, metadata retrieval, and merging or splitting documents. It also enables users to create PDFs from plain text and convert specific pages or entire documents into images.Last updated50ISC
- Flicense-qualityDmaintenanceMCP server for extracting text from PDF files, supporting local files and URLs.Last updated
- AlicenseAqualityAmaintenanceA comprehensive MCP server with 37 tools for PDF operations including reading, searching, creating, merging, splitting, watermarking, form filling, and more, built on open-source libraries.Last updated37741MIT
Related MCP Connectors
MCP server for Appcircle mobile CI/CD platform.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
OCR.space MCP — wraps the OCR.space API (ocr.space) for image/PDF → text OCR.
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/aspose-pdf-cloud/aspose-pdf-cloud-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server