MCP Catalogs
Home

obsidian-mcp-tools vs time

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

obsidian-mcp-tools
by jacksteamdev
time
by modelcontextprotocol
Stars★ 811★ 85,748
30d uses
Score5277
Official
Categories
ProductivityAI / LLM ToolsKnowledge Graph
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

obsidian-mcp-tools · Summary

An MCP server that bridges Obsidian vaults with AI assistants like Claude for semantic search and template execution.

time · Summary

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

obsidian-mcp-tools · Use cases

  • AI assistants can search and analyze your personal knowledge base stored in Obsidian
  • Execute Obsidian Templater prompts through natural language commands
  • Integrate AI workflow with your note-taking system for enhanced productivity

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

obsidian-mcp-tools · Install

Installation

  1. Install the plugin from Obsidian's Community Plugins
  2. Enable the plugin in Obsidian settings
  3. Open the plugin settings
  4. Click "Install Server" to download and configure the MCP server

For Claude Desktop configuration, the plugin will automatically set up the necessary MCP server connection. The server binary is distributed with SLSA provenance for security verification.

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.