MCP Catalogs
Home

modular-context-obsidian-plugin vs time

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

modular-context-obsidian-plugin
by klemensgc
time
by modelcontextprotocol
Stars★ 88★ 85,748
30d uses
Score4777
Official
Categories
AI / LLM ToolsProductivityCommunication
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last committhis monththis month

modular-context-obsidian-plugin · Summary

An Obsidian plugin that provides MCP tools for Google Workspace and transforms your vault into an LLM-native knowledge base.

time · Summary

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

modular-context-obsidian-plugin · Use cases

  • Automating inbox management and email follow-ups using Claude Code
  • Creating meeting preparation materials by analyzing calendar events and related documents
  • Building and maintaining a structured LLM-accessible knowledge base from Obsidian notes

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

modular-context-obsidian-plugin · Install

Via BRAT (Recommended)

  1. Install BRAT from Obsidian Community Plugins
  2. Press Cmd+P and select "BRAT: Add a beta plugin"
  3. Enter klemensgc/modular-context-obsidian-plugin

Manual Install

  1. Download the latest release files from GitHub
  2. Copy them to <vault>/.obsidian/plugins/modular-context/
  3. Enable the plugin in Settings → Community plugins

Claude Desktop Configuration

Add to your config.json:

{
  "mcpServers": {
    "modular-context": {
      "command": "node",
      "args": ["~/.modular-context/mcp-google/dist/index.js"]
    }
  }
}

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.