npm diemdesk-mcpstdioupdated 8d ago
All-in-one productivity multi-tool — one app replacing six.
diemdesk 能做什么?
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-mcp
Nine 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
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 dev
Frontend
cd frontend
npm install
cp .env.example .env.local
npm run dev
安装
把 diemdesk 添加到你的客户端。选择你正在使用的那个。
claude mcp add diemdesk-mcp -- npx -y diemdesk-mcpcodex mcp add diemdesk-mcp -- npx -y diemdesk-mcpamp mcp add diemdesk-mcp -- npx -y diemdesk-mcp{
"mcpServers": {
"diemdesk-mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"diemdesk-mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"diemdesk-mcp","command":"npx","args":["-y","diemdesk-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"diemdesk-mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"diemdesk-mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"diemdesk-mcp": {
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"diemdesk-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"diemdesk-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"diemdesk-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"diemdesk-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y diemdesk-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
评分
39 / 100
不完整
- 文档22/25
- 维护19/25
- 可信度6/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 1 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.2最新 | 2026年8月30日 |