Obsidian iCloud MCP - Secure MCP Server by ALMC Security 2025

Obsidian iCloud MCP

View on GitHub

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

Related in Productivity - Secure MCP Servers

ServerSummaryActions
Obsidian Local REST APIAn AI-Native MCP (Model Context Protocol) server that provides intelligent, task-oriented tools for...View
Lazy Toggl MCPA Model Context Protocol (MCP) server that provides tools for interacting with Toggl time tracking.View
HyperspellNote that Claude needs the absolute path to uv, which can be found with which uv (it's usually ~/.lo...View
RemberAllow Claude to create flashcards for you with the official Model Context Protocol (MCP) for Rember....View
Date-time ToolsA Model Context Protocol (MCP) server for date-time manipulation and timezone conversion.View
WSLSnapit-MCPWSLSnapit-MCP is a powerful Model Context Protocol (MCP) server that provides advanced screenshot ca...View