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
MCP Jira IntegrationA simple Model Context Protocol (MCP) server for Jira that allows LLMs to act as project managers an...View
DifyWorkflowmcp-difyworkflow-server is an mcp server Tools application that implements the query and invocation...View
macOS Notification MCPA Model Context Protocol (MCP) server that enables AI assistants to trigger macOS notifications, sou...View
Limitless MCPNo documentation available.View
MCP AtlassianNo documentation available.View
Omi MemoriesThis is a Model Context Protocol (MCP) server that provides access to Omi memories for a specific us...View