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>"
]
}
}
}
Servidores relacionados
Office PowerPoint MCP
Create, edit, and manipulate PowerPoint presentations using python-pptx.
Notion
Connects AI assistants to your Notion workspace to search and manage pages, databases, and content.
Markdown to PDF
Convert Markdown files to high-quality, print-ready PDFs using LaTeX.
Outline MCP Server
MCP server for the Outline knowledge base and document management tool.
SoftCroft Doc Server MCP
Manages BookStack documentation for the SoftCroft multi-agent system, aiding in Sage 200 to Odoo 17 migration.
Shortcut
Interact with the Shortcut project management tool, formerly known as Clubhouse.
Logseq MCP Tools
An MCP server that allows AI agents to interact with a local Logseq instance.
Todoist
Full implementation of Todoist Rest API for MCP server
Paperless-MCP
An MCP server for interacting with a Paperless-NGX API server. This server provides tools for managing documents, tags, correspondents, and document types in your Paperless-NGX instance.
Anki MCP
A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.