Skip to main content
Glama

PDF Reader MCP Server

by sylphxltd
package.json2.9 kB
{ "name": "@sylphx/pdf-reader-mcp", "version": "1.2.0", "description": "An MCP server providing tools to read PDF files.", "type": "module", "bin": { "pdf-reader-mcp": "./dist/index.js" }, "files": [ "dist/", "README.md", "LICENSE" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/sylphlab/pdf-reader-mcp.git" }, "bugs": { "url": "https://github.com/sylphlab/pdf-reader-mcp/issues" }, "homepage": "https://github.com/sylphlab/pdf-reader-mcp#readme", "author": "Sylphx <contact@sylphx.com> (https://sylphx.com)", "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "pdf", "reader", "parser", "typescript", "node", "ai", "agent", "tool" ], "scripts": { "build": "tsc", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector dist/index.js", "test": "vitest run", "test:watch": "vitest watch", "test:cov": "vitest run --coverage --reporter=junit --outputFile=test-report.junit.xml", "lint": "biome lint .", "lint:fix": "biome lint --write .", "format": "biome format --write .", "check-format": "biome format .", "check": "biome check .", "check:fix": "biome check --write .", "validate": "npm run check && npm run test", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "benchmark": "vitest bench", "clean": "rm -rf dist coverage", "docs:api": "typedoc --entryPoints src/index.ts --tsconfig tsconfig.json --plugin typedoc-plugin-markdown --out docs/api --readme none", "prepublishOnly": "pnpm run clean && pnpm run build", "release": "standard-version", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "1.20.2", "glob": "^11.0.1", "pdfjs-dist": "^5.4.296", "pngjs": "^7.0.0", "zod": "^3.24.2", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@biomejs/biome": "^2.3.2", "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@types/glob": "^8.1.0", "@types/node": "^24.0.7", "@types/pngjs": "^6.0.5", "@vitest/coverage-v8": "^3.1.1", "husky": "^9.1.7", "lint-staged": "^16.2.6", "standard-version": "^9.5.0", "typedoc": "^0.28.2", "typedoc-plugin-markdown": "^4.9.0", "typescript": "^5.8.3", "vitepress": "^1.6.3", "vitest": "^3.1.1", "vue": "^3.5.13" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "lint-staged": { "*.{ts,tsx,js,cjs,json}": [ "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true" ] } }

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/sylphxltd/pdf-reader-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server