Skip to main content
Glama
bobthecomputer

Neyvia PDF Studio

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 --stdio

Neyvia 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:check

The 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.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

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

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