boltmcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
boltmcp by boltmcp | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 350 | ★ 85,748 |
| 30d uses | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Ops & InfraDeveloper ToolsSecurity | ProductivityDeveloper ToolsCommunication |
| Language | Shell | TypeScript |
| Last commit | this month | this month |
boltmcp · Summary
BoltMCP is an enterprise-grade platform for creating and managing custom MCP servers on-premises with OAuth 2 security.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
boltmcp · Use cases
- Deploying MCP servers in enterprise environments with on-premises data
- Creating custom tool integrations with multiple upstream APIs
- Building secure MCP servers with OAuth 2 authentication
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
boltmcp · Install
Installation
Testing locally with Docker Compose
cd docker-compose
docker-compose up -dDeploying to production with Helm
helm install boltmcp ./helm-chartClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"boltmcp": {
"command": "docker",
"args": ["run", "-it", "boltmcp/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"]
}
}
}