Skip to main content
Glama

Printer MCP Server

by KaliStudent
package.json1.46 kB
{ "name": "printer-mcp-server", "version": "1.0.0", "description": "MCP server providing enterprise printer information for sales and service teams", "type": "module", "module": "src/index.js", "main": "dist/index.js", "scripts": { "build": "tsc && cp src/pdf-wrapper.cjs dist/pdf-wrapper.cjs && node dist/build-database.js", "watch": "tsc --watch", "prepare": "npm run build", "dev": "tsc && cp src/pdf-wrapper.cjs dist/pdf-wrapper.cjs && node dist/index.js", "start": "node dist/index.js", "api": "tsc && cp src/pdf-wrapper.cjs dist/pdf-wrapper.cjs && node dist/rest-api.js", "dev:api": "tsc --watch & node --watch dist/rest-api.js", "build": "npx smithery build", "dev": "npx smithery dev" }, "keywords": [ "mcp", "printer", "enterprise", "hp", "canon", "kyocera", "ricoh", "sharp", "lexmark", "konica-minolta" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "better-sqlite3": "^11.7.0", "cors": "^2.8.5", "express": "^5.1.0", "pdf-parse": "^2.4.5", "@modelcontextprotocol/sdk": "^1.17.3", "zod": "^3.25.46" }, "devDependencies": { "@types/better-sqlite3": "^7.6.12", "@types/cors": "^2.8.19", "@types/express": "^5.0.5", "@types/node": "^22.10.2", "typescript": "^5.7.2", "@smithery/cli": "^1.4.6" } }

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/KaliStudent/pc-hardware-mcp'

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