sticky-notes-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
sticky-notes-server by bsmi021 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30d uses | — | — |
| Score | 28 | 77 |
| Official | — | ✓ |
| Categories | ProductivityKnowledge GraphAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 15 mo ago | this month |
sticky-notes-server · Summary
MCP server for managing sticky notes with REST API, WebSocket support, and React UI.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
sticky-notes-server · Use cases
- Personal note-taking with cross-device synchronization
- Team collaboration through shared notes and conversations
- Knowledge management with hierarchical tags and sections
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
sticky-notes-server · Install
# Clone the repository
git clone https://your.repo.url/sticky-notes-server.git
cd sticky-notes-server
# Install dependencies
npm install
# Build the project
npm run build
# Run the server
npm startIntegration with Claude Desktop: Add to your claude_desktop_config.json:
{
"mcpServers": {
"stickyNotes": {
"command": "node",
"args": ["path/to/sticky-notes-server/build/index.js"],
"env": {
"DB_ROOT": "desired/db/location",
"WEB_UI_PORT": "3000",
"WS_PORT": "8080"
}
}
}
}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"]
}
}
}