obsidian-mcp-tools

obsidian-mcp-tools

4.0

MCP Tools for Obsidian enables AI applications like Claude Desktop to securely access and work with your Obsidian vault through the Model Context Protocol (MCP).

MCP Tools for Obsidian is a plugin that integrates AI capabilities into the Obsidian note-taking application by utilizing the Model Context Protocol (MCP). This protocol standardizes interactions between AI applications and external data sources, ensuring security and user control. The plugin consists of an Obsidian plugin and a local MCP server, which together create a secure bridge for AI applications to access and interact with your vault. This setup allows AI assistants to read notes, execute templates, and perform semantic searches securely. The server ensures that AI applications do not have direct access to vault files, maintaining privacy and security. The plugin is designed to work with MCP-compatible clients like Claude Desktop, enhancing the functionality of Obsidian without altering its core features.

Features

  • {'name': 'Vault Access', 'description': "Allows AI assistants to read and reference your notes while maintaining your vault's security."}
  • {'name': 'Semantic Search', 'description': 'AI assistants can search your vault based on meaning and context, not just keywords.'}
  • {'name': 'Template Integration', 'description': 'Execute Obsidian templates through AI interactions, with dynamic parameters and content generation.'}

MCP Tools

  • Obsidian Plugin: Adds MCP capabilities to your vault.
  • Local MCP Server: Handles communication with AI applications.

Usage with Different Platforms

macOS

bash
brew install gh
gh attestation verify --owner jacksteamdev <binary path or URL>

Windows

bash
scoop install gh
gh attestation verify --owner jacksteamdev <binary path or URL>

Linux

bash
sudo apt install gh
gh attestation verify --owner jacksteamdev <binary path or URL>