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.
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/bobthecomputer/neyvia-app-pdf'
If you have feedback or need assistance with the MCP directory API, please join our Discord server