silverbullet-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
silverbullet-mcp by Ahmad-A0 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | ProductivityKnowledge GraphAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
silverbullet-mcp · Summary
A TypeScript MCP server enabling LLMs to interact with SilverBullet notes via tools and resources.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
silverbullet-mcp · Use cases
- Let AI assistants create and analyze notes within SilverBullet
- Automate knowledge management tasks using LLM capabilities
- Connect SilverBullet to AI-powered workflows and applications
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
silverbullet-mcp · Install
Installation
- **Clone the repository:**
``bash git clone <repository-url> cd <repository-name> ``
- **Create environment file:**
``bash cp .env.example .env # Update with your values ``
- **Build and run:**
``bash docker-compose up --build ``
Claude Desktop Configuration
{
"mcpServers": {
"silverbullet-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:4000/mcp",
"--transport",
"http-only",
"--header",
"Authorization:Bearer ${MCP_SERVER_TOKEN}"
],
"env": {
"MCP_SERVER_TOKEN": "your_actual_mcp_token_from_dotenv"
}
}
}
}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"]
}
}
}