MCP Catalogs
首页

obsidian-cli-rest vs time

并排对比,帮你在这两个 MCP server 之间做选择。

obsidian-cli-rest
by dsebastien
time
by modelcontextprotocol
Stars★ 14★ 85,748
30天用量
综合分4277
官方
分类
效率工具知识库 / RAG开发者工具
效率工具开发者工具沟通协作
实现语言TypeScriptTypeScript
最近提交本月本月

obsidian-cli-rest · 概述

将 Obsidian CLI 命令转换为 HTTP API 和 MCP 服务器,实现自动化和 AI 助手集成。

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

obsidian-cli-rest · 使用场景

  • 从脚本或应用程序自动化笔记创建和修改
  • 让 Claude 或 ChatGPT 等 AI 助手与 Obsidian 笔记库交互
  • 通过标准 HTTP 请求将 Obsidian 与现有工作流集成
  • 以编程方式管理 Obsidian 插件、主题和工作区

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

obsidian-cli-rest · 安装

安装

  1. 在 Obsidian 中,进入 **设置 → 社区插件**
  2. 如已启用,请禁用**限制模式**
  3. 搜索 **REST and MCP server**,安装并启用它

Claude Desktop 配置

添加到您的 claude_desktop_config.json 中:

{
  "mcpServers": {
    "obsidian": {
      "command": "http",
      "args": ["http://127.0.0.1:27124/mcp"],
      "env": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

配置

  1. 从 **设置 > REST and MCP server > 安全** 复制您的 API 密钥
  2. 服务器会自动在端口 27124 启动

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。