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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables AI agents and users to process documents through natural language, supporting PDF operations like text extraction, redaction, splitting, form filling, annotations, and content search.
    275
    61
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Enables 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.
    10
    MIT

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