MCPNotes vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCPNotes by 9Ninety | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 36 | ★ 85,748 |
| 30d uses | — | — |
| Score | 38 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this month |
MCPNotes · Summary
A dual-server MCP system for AI-powered note-taking with web interface and DynamoDB storage.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCPNotes · Use cases
- Personal knowledge management with AI assistance
- Meeting documentation and action item tracking
- Research note organization and synthesis
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
MCPNotes · Install
Installation
**Recommended:** Run directly with npx or bunx
**Alternative:**
- Clone this repository
- Install dependencies with
npm install
Claude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-notes": {
"command": "npx",
"args": [
"-y",
"-p",
"mcp-notes",
"mcp-notes-server",
"--dynamodb",
"dynamodb://<access_key>:<secret_key>@<region>/<table>"
]
}
}
}Web Server
npx -p mcp-notes mcp-notes-web-server --dynamodb "dynamodb://<access_key>:<secret_key>@<region>/<table>"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"]
}
}
}