MCP Catalogs
Home

beever-atlas vs time

Side-by-side comparison to help you pick between these two MCP servers.

beever-atlas
by Beever-AI
time
by modelcontextprotocol
Stars★ 328★ 85,748
30d uses
Score5077
Official
Categories
CommunicationKnowledge GraphAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguagePythonTypeScript
Last committhis monththis month

beever-atlas · Summary

Beever Atlas is an MCP server that transforms team chats into a self-maintaining wiki with integrated search and QA capabilities.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

beever-atlas · Use cases

  • Automatically team documentation from chat conversations
  • AI-powered search across team communications with source citations
  • Integrate team knowledge base into Claude Code and Cursor via MCP

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

beever-atlas · Install

Installation

  1. Clone the repository:
git clone https://github.com/beever-ai/beever-atlas.git
cd beever-atlas
  1. Try the demo (optional):
make demo
  1. Get API keys:
  • GOOGLE_API_KEY for Gemini extraction and answers
  • JINA_API_KEY for embeddings (Jina v4)
  1. Install with one line:
./atlas

This will walk you through setup including embedding model, LLM provider, graph backend, and MCP server configuration.

Claude Desktop Integration

Add to Claude Desktop config:

{
  "mcpServers": {
    "beever-atlas": {
      "command": "npx",
      "args": ["beever-atlas-mcp"]
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.