evernote-mcp-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
evernote-mcp-server by brentmid | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 51 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | ProductivityKnowledge GraphAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | Thrift | TypeScript |
| Last commit | 2 mo ago | this month |
evernote-mcp-server · Summary
Evernote MCP server for accessing notes via OAuth, with Docker support and recent updates.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
evernote-mcp-server · Use cases
- Querying personal knowledge base using natural language prompts
- Searching for specific information across all Evernotes
- Summarizing notes related to specific topics or projects
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
evernote-mcp-server · Install
Installation
Docker Deployment (Recommended)
git clone https://github.com/brentmid/evernote-mcp-server.git
cd evernote-mcp-server
cp .env.example .env
# Edit .env with your Evernote API credentials
docker-compose up --buildLocal Development
git clone https://github.com/brentmid/evernote-mcp-server.git
cd evernote-mcp-server
npm install
# Set environment variables
export EVERNOTE_CONSUMER_KEY="your-consumer-key"
export EVERNOTE_CONSUMER_SECRET="your-consumer-secret"
# Generate SSL certificates (see README for details)
npx node index.jsClaude Desktop Configuration
Add to Claude Desktop config.json:
"mcpServers": {
"evernote": {
"command": "npx",
"args": ["evernote-mcp-server"]
}
}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"]
}
}
}