Access and manage Obsidian notes stored in iCloud Drive.
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.
Add this to your claude_desktop_config.json
:
{
"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.
{
"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>"
]
}
}
}
Connect AI assistants to Limitless to access personal memory and lifelog data.
Reads EndNote .enl libraries and exposes their contents through the MCP interface.
Provides access to a specific user's memories from the Omi app.
Simple unofficial MCP server to track time via Toggl API
Integrates with the Strateegia API, allowing AI assistants to access and interact with Strateegia projects.
Evaluates technical documentation against globalization standards, analyzing for translation issues, ambiguity, and sentence length.
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Interact with the Confluence API to manage spaces, pages, and content. Supports searching, creating, and updating pages.
A multi-agent mesh network designed for completing AI tasks in parallel.
Interact with the Coda API to manage documents and pages, including creating, reading, updating, and deleting.