Skip to main content
Glama

Obsidian iCloud MCP

MIT License
598
1
  • Apple
  • Linux

オブシディアン iCloud MCP

iCloud Drive に保存されている Obsidian Vault を、Model Context Protocol (MCP) を介して 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>" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

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

  • -
    security
    A
    license
    -
    quality
    Enables AI assistants to interact with Obsidian vaults, providing tools for reading, creating, editing and managing notes and tags.
    Last updated -
    598
    149
    TypeScript
    MIT License
    • Apple
  • -
    security
    A
    license
    -
    quality
    Provides a standardized interface for AI assistants to interact with Obsidian vaults through a local REST API, enabling reading, writing, searching, and managing notes.
    Last updated -
    37
    TypeScript
    MIT License
  • -
    security
    F
    license
    -
    quality
    This project implements a Model Context Protocol (MCP) server for connecting AI models with Obsidian knowledge bases. Through this server, AI models can directly access and manipulate Obsidian notes, including reading, creating, updating, and deleting notes, as well as managing folder structures.
    Last updated -
    598
    7
    JavaScript
  • -
    security
    A
    license
    -
    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 -
    598
    TypeScript
    ISC 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