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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityCommunication | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this 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)
- Install BRAT from Obsidian Community Plugins
- Press
Cmd+Pand select "BRAT: Add a beta plugin" - Enter
klemensgc/modular-context-obsidian-plugin
Manual Install
- Download the latest release files from GitHub
- Copy them to
<vault>/.obsidian/plugins/modular-context/ - 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"]
}
}
}