Obsidian iCloud MCP
Access and manage Obsidian notes stored in iCloud Drive.
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>"
]
}
}
}
関連サーバー
screenpipe
use 24/7 desktop memory as context in AI
Computer Control MCP
Control your computer's mouse, keyboard, and perform OCR using PyAutoGUI and RapidOCR. Works on Windows, with potential support for other platforms.
AI Humanize MCP Server
Refines AI-generated content to sound more natural and human-like using advanced text enhancement.
Obsidian
Interact with your Obsidian vault using natural language.
Text Master MCP Server
A comprehensive toolkit for text processing, formatting, and analysis.
Bear Notes
Access and manage your notes from the Bear App.
URL Shortener
A simple URL shortening tool using the CleanURI API.
Knit MCP
Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.
oura-ring-mcp
MCP server for Oura Ring data with smart analysis tools
qa-use
Provides comprehensive browser automation for QA testing capabilities.