modular-context-obsidian-plugin vs time
并排对比,帮你在这两个 MCP server 之间做选择。
modular-context-obsidian-plugin by klemensgc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 88 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 47 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具效率工具沟通协作 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 本月 | 本月 |
modular-context-obsidian-plugin · 概述
Obsidian 插件,提供 Google Workspace 的 MCP 工具并将您的保险库转换为 LLM 原生知识库。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
modular-context-obsidian-plugin · 使用场景
- 使用 Claude Code 自动化收件箱管理和邮件跟进
- 通过分析日历事件和相关文档创建会议准备材料
- 从 Obsidian 笔记构建和维护结构化的 LLM 可访问知识库
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
modular-context-obsidian-plugin · 安装
通过 BRAT 安装(推荐)
- 从 Obsidian 社区插件安装 BRAT
- 按
Cmd+P并选择 "BRAT: Add a beta plugin" - 输入
klemensgc/modular-context-obsidian-plugin
手动安装
- 从 GitHub 下载最新发布文件
- 将它们复制到
<vault>/.obsidian/plugins/modular-context/ - 在设置 → 社区插件中启用该插件
Claude Desktop 配置
添加到您的 config.json 中:
{
"mcpServers": {
"modular-context": {
"command": "node",
"args": ["~/.modular-context/mcp-google/dist/index.js"]
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}