MCP Catalogs
Home

obsidian-mcp-server vs time

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

obsidian-mcp-server
by cyanheads
time
by modelcontextprotocol
Stars★ 525★ 85,748
30d uses
Score5277
Official
Categories
ProductivityKnowledge GraphFile System
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

obsidian-mcp-server · Summary

MCP server for Obsidian vaults with 14 tools for reading, writing, searching, and editing notes, tags, and frontmatter.

time · Summary

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

obsidian-mcp-server · Use cases

  • Automating note content creation and organization based on external triggers or schedules
  • Integrating Obsidian with AI assistants for contextual note retrieval and editing
  • Building custom workflows that interact with Obsidian vaults through MCP-compatible clients

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-server · Install

npm install -g obsidian-mcp-server

For Claude Desktop, add to claude_desktop_config.json:

{
  "mcpServers": {
    "obsidian": {
      "command": "obsidian-mcp-server",
      "args": []
    }
  }
}

The server can also run via STDIO or Streamable HTTP.

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.