Neyvia PDF Studio
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., "@Neyvia PDF Studioopen quarterly_report.pdf and highlight the revenue figures on page 5"
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.
Neyvia PDF Studio
Neyvia PDF Studio is an interactive PDF workspace shared by a human operator and an AI agent. It is packaged as an independent MCP App, so the viewer can render inside compatible hosts while structured operations remain available to agents.
This repository deliberately packages the maintained official MCP Apps PDF server instead of forking its viewer. Neyvia owns the product manifest, version pin, runtime entry point, tests, and Marketplace lifecycle; the PDF rendering and annotation engine stays aligned with the upstream implementation.
Capabilities
Interactive PDF.js viewer with host theme and fullscreen support.
Agent navigation, search, text extraction, screenshots, annotations, form filling, and save actions.
Chunked PDF transfer for hosts with tool-response size limits.
Local access bounded to explicit client roots.
Writes bounded to a writable mounted root and an explicit save action.
No credential requirement.
Related MCP server: Nutrient Document Engine MCP Server
Run
Node 22.22.3 or newer is required.
npm install
npx neyvia-pdf-app --stdioNeyvia Marketplace reads .neyvia/app.json. Other MCP
clients can launch the same stdio command:
{
"mcpServers": {
"neyvia-pdf": {
"command": "npx",
"args": ["-y", "neyvia-app-pdf", "--stdio"]
}
}
}Verify
npm ci
npm test
npm run pack:checkThe integration test starts the real server, completes an MCP handshake, and checks the five PDF operations. It does not substitute a mock server.
Upstream
The runtime is pinned to
@modelcontextprotocol/server-pdf@1.7.5,
from the official
modelcontextprotocol/ext-apps
repository. See NOTICE.md for attribution.
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 Connectors
Task and planning workspace for humans collaborating with AI agents
AI-powered PDF tools: fill forms via natural language
DXF and PDF/X-4 for AI agents: structured facts, PNG renders, an interactive in-chat viewer.
PDF engagement layer for apps and agents: tracking links, read analytics, and a full PDF toolset.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables processing and analysis of large PDF files through text extraction, search functionality, and intelligent chunking strategies. Provides comprehensive PDF operations including metadata retrieval, page-range text extraction, and content search with contextual results.-
- AlicenseNot gradedqualityBmaintenanceEnables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.27561MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI-powered extraction and analysis of PDF documents with 40+ specialized tools for text, tables, images, layout analysis, security assessment, and document intelligence. Supports both text-based and scanned PDFs with OCR capabilities.10MIT
- AlicenseBqualityDmaintenanceEnables PDF manipulation including text, images, annotations, form fields, page operations, and metadata through natural language.16MIT