Skip to main content
Glama

PDF-Tools MCP Server

by Theorhd
package.json836 B
{ "name": "pdf-mcp-server", "version": "1.0.0", "description": "Model Context Protocol server for PDF generation and manipulation", "type": "module", "main": "dist/index.js", "bin": { "pdf-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx index.ts", "test": "node --test" }, "keywords": [ "mcp", "pdf", "generation", "server" ], "author": "Théo", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "html-pdf": "^3.0.1", "markdown-pdf": "^11.0.0", "pdf-parse": "^1.1.1", "pdfkit": "^0.13.0", "puppeteer": "^21.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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/Theorhd/Pdftools-mcp'

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