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>"
]
}
}
}
Obsidian iCloud Connector
Project Details
- YanceyOfficial/obsidian-mcp
- obsidian-mcp
- MIT License
- Last Updated: 4/16/2025
Recomended MCP Servers
MCP server for the windows API.
Now you can date a Zoom meeting with AI's help.
A high-performance image compression microservice based on MCP (Modal Context Protocol)
A MCP server for Google Analytics Data API
A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other...
A Model Context Protocol server implementation for Kagi's API
An MCP server that powers AI agents with indexed blockchain data from The Graph.
用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token
MCP server for kintone https://www.r3it.com/blog/kintone-mcp-server-20250115-yamauchi
An MCP server to read MCP logs to debug directly inside the client





