Skip to main content
Glama

Obsidian iCloud MCP

MIT License
381
2
  • Apple
  • Linux

Obsidian iCloud MCP

通过模型上下文协议 (MCP) 将存储在 iCloud Drive 中的 Obsidian Vaults 连接到 AI。

[!警告] Obsidian iCloud MCP 已在 MacOS 上全面测试。如果您使用的是 Windows 或 Linux,请进行测试并告知我是否正常运行。

与 Claude Desktop 一起使用

将其添加到您的claude_desktop_config.json中:

开发中的调试

{ "mcpServers": { "obsidian-mcp": { "command": "node", "args": [ "/path/to/obsidian-mcp/build/index.js", "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_1>", "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_2>" ] } } }

使用npx @modelcontextprotocol/inspector node path/to/server/index.js arg1 arg2 arg3 arg...检查本地开发的服务器。

在生产中使用

{ "mcpServers": { "obsidian-mcp": { "command": "npx", "args": [ "-y", "obsidian-mcp", "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_1>", "/Users/<USERNAME>/Library/Mobile\\ Documents/iCloud~md~obsidian/Documents/<VAULT_NAME_2>" ] } } }
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

通过模型上下文协议将存储在 iCloud Drive 中的 Obsidian 保险库连接到 AI 模型,从而允许 AI 助手访问和与您的 Obsidian 笔记进行交互。

  1. 与 Claude Desktop 一起使用
    1. 开发中的调试
    2. 在生产中使用

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables AI assistants to read, write, and manipulate notes in your Obsidian vault through a standardized interface.
    Last updated -
    5
    381
    2
    TypeScript
    ISC License
  • -
    security
    A
    license
    -
    quality
    A server implementation that allows AI assistants to read, create, and manipulate notes in Obsidian vaults through the Model Context Protocol.
    Last updated -
    697
    5
    TypeScript
    MIT License
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that enables AI assistants like Claude to interact with your Obsidian vault through the Local REST API plugin, allowing reading, creating, searching, and managing notes.
    Last updated -
    19
    18
    Python
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that connects AI assistants to GitHub repositories containing Obsidian vaults, enabling them to read, search, and analyze notes and documentation stored on GitHub.
    Last updated -
    4
    0
    3
    TypeScript
    MIT License

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/YanceyOfficial/obsidian-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server