Skip to main content
Glama

PDFtotext MCP Server

by jpwebb
MIT License
1
  • Linux
  • Apple
package.json1.29 kB
{ "name": "pdftotext-mcp", "version": "1.0.0", "description": "A reliable Model Context Protocol server for PDF text extraction using pdftotext from poppler-utils", "main": "src/server.js", "bin": { "pdftotext-mcp": "./src/server.js" }, "scripts": { "start": "node src/server.js", "test": "jest", "test:watch": "jest --watch", "lint": "eslint src/", "lint:fix": "eslint src/ --fix", "prepare": "chmod +x src/server.js" }, "keywords": [ "mcp", "model-context-protocol", "pdf", "text-extraction", "pdftotext", "poppler", "claude", "ai", "document-processing" ], "author": "Jason Webb <jpwebb85@gmail.com>", "license": "MIT", "homepage": "https://github.com/jpwebb/pdftotext-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/jpwebb/pdftotext-mcp.git" }, "bugs": { "url": "https://github.com/jpwebb/pdftotext-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "eslint": "^8.57.0", "jest": "^29.7.0" }, "engines": { "node": ">=16.0.0" }, "files": [ "src/", "README.md", "LICENSE", "docs/" ], "preferGlobal": true, "os": [ "darwin", "linux", "win32" ] }

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/jpwebb/pdftotext-mcp'

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