time vs paperless-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | paperless-mcp by nloui | |
|---|---|---|
| Stars | ★ 85,748 | ★ 173 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | ProductivityKnowledge GraphFile System |
| Language | TypeScript | TypeScript |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
paperless-mcp · Summary
An MCP server that provides comprehensive document management capabilities for Paperless-NGX document management system.
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
paperless-mcp · Use cases
- Automate document organization and tagging through AI-powered commands
- Search and retrieve specific documents using natural language queries
- Batch process documents for tagging, categorizing, or reorganizing
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}paperless-mcp · Install
Installation
- Install the MCP server globally:
npm install -g paperless-mcp- Add to Claude's MCP configuration:
For Claude Desktop:
{
"mcpServers": {
"paperless": {
"command": "npx",
"args": ["paperless-mcp", "http://your-paperless-instance:8000", "your-api-token"]
}
}
}For VSCode Claude extension:
{
"mcpServers": {
"paperless": {
"command": "npx",
"args": ["paperless-mcp", "http://your-paperless-instance:8000", "your-api-token"]
}
}
}- Get your API token from your Paperless-NGX profile page and replace the placeholders in the configuration.