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>"
]
}
}
}
Похожие серверы
Kone.vc
спонсорMonetize your AI agent with contextual product recommendations
Obsidian-in-a-Vat
AI-native knowledge vault MCP server: capture thoughts, auto-promote to structured notes, and build a knowledge graph with Louvain clustering, all from Claude Desktop.
Inkdrop
Interact with the local Inkdrop note-taking app database via its HTTP API.
macOS Automator
Run AppleScript and JXA scripts to automate tasks on macOS.
arvo-mcp
AI workout coach MCP server. Access training data, workout history, personal records, and body progress through Claude Desktop.
Resource Hub
Connects to the Resource Hub to centrally configure and manage your MCP servers.
Video Editor MCP Server
Perform video editing operations using natural language commands via FFmpeg.
Blender AI MCP
Modular MCP Server + Blender Addon for AI-Driven 3D Modeling.
Deckbuilder
Generate intelligent PowerPoint presentations using a content-first design philosophy.
Salesforce MCP
Interact with the Salesforce API using jsforce, requiring username and password for authentication.
Dialogoi
An MCP server designed to assist with novel writing, configurable via JSON project files.