diemdesk-mcp
DailyDesk
All-in-one productivity multi-tool — one app replacing six.
Use it inside Claude
An MCP server — its own repo, MIT — lets an assistant call the tools that genuinely need a server — the Office and PDF conversions, PDF/A, OCR, and web capture:
claude mcp add --scope user diemdesk -- npx -y diemdesk-mcpNine tools, not a hundred: everything else runs in the browser and never touches a server, so exposing it here would mean uploading files to do work the machine already does locally. Setup guide, Claude Desktop config and troubleshooting: https://diemdesk.com/mcp-server
Related MCP server: quillpdf-mcp
Modules
Tier | Module | Description |
1 | PDF Workspace | Merge, split, compress, edit, annotate, e-sign PDFs |
1 | QR Code Generator | Custom QR codes with logo, colors, bulk export |
1 | Image Compressor | JPG/PNG/WebP batch compression |
1 | Background Remover | AI-powered background removal |
1 | Password Generator | Secure passwords with strength meter |
2 | Smart Notes | Voice-to-text + AI categorization |
2 | Habit Tracker | Daily streaks, progress charts |
2 | Budget Tracker | Receipt scanning + expense tracking |
3 | File Vault | Personal cloud storage, AES-256 encrypted |
3 | Link in Bio | Linktree alternative, custom pages |
Tech Stack
Frontend: Next.js 14 + Tailwind CSS + Shadcn/UI
Backend: Node.js + Express
Database: PostgreSQL
Cache: Redis
File Storage: MinIO (self-hosted S3)
Background Jobs: BullMQ
Auth: JWT + bcrypt
Subscription
Free: Limited features, 1GB storage
Pro — $4.99/month: Unlimited + AI features
Project Structure
DailyDesk/
├── frontend/ # Next.js app
│ ├── app/
│ ├── components/
│ └── lib/
└── backend/ # Node.js + Express API
├── src/
│ ├── routes/
│ ├── controllers/
│ ├── middleware/
│ ├── models/
│ └── utils/
└── uploads/Getting Started
Prerequisites
Node.js 20+
PostgreSQL 16
Redis 7
MinIO (optional for local dev)
Backend
cd backend
npm install
cp .env.example .env
npm run devFrontend
cd frontend
npm install
cp .env.example .env.local
npm run devTool 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.
This server cannot be installed
Maintenance
Related MCP Connectors
Convert and compress PDFs and images, redact personal data, and run text and data utilities.
Markdown in, any format out. PDFs merged, split, watermarked. Runs on our own doc engines.
Convert files, run PDF/image tools, create billing links, and report feedback.
125+ browser tools for PDF, Image, Video, Audio, AI, Scanner. Files never leave your device.
Related MCP Servers
AlicenseAqualityCmaintenancePDF/DOCX/Excel generation from HTML/Markdown with stationery overlay, ZUGFeRD/XRechnung e-invoicing, digital signing, form filling, and AI receipt OCR with DATEV/SKR03 export.40MIT- AlicenseAqualityAmaintenanceA local-first PDF tool for merging, splitting, rotating, watermarking, Bates-numbering, cleaning metadata, and counting pages — all operations happen on your machine with no network transmission.7721MIT
- FlicenseAqualityBmaintenanceDocument-engineering MCP tool server providing tools for PDF, Office, Images, and Archives extraction and conversion. It never mutates source files and requires local tesseract for OCR.12-
- AlicenseAqualityAmaintenanceMCP server for Office documents — create, edit, fill templates, convert, and extract Word/Excel/PowerPoint. LaTeX-style markup, math formulas, PDF export, template loops, and document diff. stdio / SSE / Streamable HTTP with auth and rate limiting.12Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maniprabhamca-star/DailyDesk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server