Obsidian iCloud MCP

MIT License
598
1
  • Apple
  • Linux

Integrations

  • Provides access to files stored in iCloud Drive, specifically targeting Obsidian Vaults synchronized through iCloud to make them available to AI models.

  • Fully tested support for accessing iCloud-stored Obsidian Vaults on macOS systems.

  • Connects Obsidian Vaults stored in iCloud Drive to AI models, allowing access to and interaction with Markdown notes and documents stored in Obsidian Vaults.

Obsidian iCloud MCP

Connecting Obsidian Vaults that are stored in iCloud Drive to AI via the Model Context Protocol (MCP).

Warning

Obsidian iCloud MCP is fully tested on MacOS. If you are using Windows or Linux, please test it and let me know if it works.

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

Debugging in Development

{ "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>" ] } } }

Using npx @modelcontextprotocol/inspector node path/to/server/index.js arg1 arg2 arg3 arg... to inspect servers locally developed.

Using in Production

{ "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

Connects Obsidian vaults stored in iCloud Drive to AI models via the Model Context Protocol, allowing AI assistants to access and interact with your Obsidian notes.

  1. Usage with Claude Desktop
    1. Debugging in Development
    2. Using in Production

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

ID: usebgitcce