Назад к каталогу
obsidian-mcp-tools

obsidian-mcp-tools

Сообщество

от jacksteamdev

0.0
0 отзывов

Add Obsidian integrations like semantic search and custom Templater prompts to Claude or any MCP client.

Установка

# macOS (Homebrew)

Описание

# MCP Tools for Obsidian [![GitHub release (latest by date)](https://img.shields.io/github/v/release/jacksteamdev/obsidian-mcp-tools)](https://github.com/jacksteamdev/obsidian-mcp-tools/releases/latest) [![Build status](https://img.shields.io/github/actions/workflow/status/jacksteamdev/obsidian-mcp-tools/release.yml)](https://github.com/jacksteamdev/obsidian-mcp-tools/actions) [![License](https://img.shields.io/github/license/jacksteamdev/obsidian-mcp-tools)](LICENSE) [Features](#features) | [Installation](#installation) | [Configuration](#configuration) | [Troubleshooting](#troubleshooting) | [Security](#security) | [Development](#development) | [Support](#support) > **🔄 Seeking Project Maintainers** > > This project is actively seeking dedicated maintainers to take over development and community management. The project will remain under the current GitHub account for Obsidian plugin store compliance, with new maintainers added as collaborators. > > **Interested?** Join our [Discord community](https://discord.gg/q59pTrN9AA) or check our [maintainer requirements](CONTRIBUTING.md#maintainer-responsibilities). > > **Timeline**: Applications open until **September 15, 2025**. Selection by **September 30, 2025**. 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 is an open protocol that standardizes how AI applications can interact with external data sources and tools while maintaining security and user control. [^2] This plugin consists of two parts: 1. An Obsidian plugin that adds MCP capabilities to your vault 2. A local MCP server that handles communication with AI applications When you install this plugin, it will help you set up both components. The MCP server acts as a secure bridge between your vault and AI applications like Claude Desktop. This means AI assistants can read your notes, execute templates, and perform semantic searches - but only when you allow it and only through the server's secure API. The server never gives AI applications direct access to your vault files. [^3] > **Privacy Note**: When using Claude Desktop with this plugin, your conversations with Claude are not used to train Anthropic's models by default. [^1] ## Features When connected to an MCP client like Claude Desktop, this plugin enables: - **Vault Access**: Allows AI assistants to read and reference your notes while maintaining your vault's security [^4] - **Semantic Search**: AI assistants can search your vault based on meaning and context, not just keywords [^5] - **Template Integration**: Execute Obsidian templates through AI interactions, with dynamic parameters and content generation [^6] All features require an MCP-compatible client like Claude Desktop, as this plugin provides the server component that enables these integrations. The plugin does not modify Obsidian's functionality directly - instead, it creates a secure bridge that allows AI applications to work with your vault in powerful ways. ## Prerequisites ### Required - [Obsidian](https://obsidian.md/) v1.7.7 or higher - [Claude Desktop](https://claude.ai/download) installed and configured - [Local REST API](https://github.com/coddingtonbear/obsidian-local-rest-api) plugin installed and configured with an API key ### Recommended - [Templater](https://silentvoid13.github.io/Templater/) plugin for enhanced template functionality - [Smart Connections](https://smartconnections.app/) plugin for semantic search capabilities ## Installation > [!Important] > This plugin requires a secure server component that runs locally on your computer. The server is distributed as a signed executable, with its complete source code available in `packages/mcp-server/`. For details about our security measures and code signing process, see the [Security](#security) section. 1. Install the plugin from Obsidian's Community Plugins 2. Enable the plugin in Obsidian settings 3. Open the plugin settings 4. Click "Install Server" to download and configure the MCP server Clicking the install button will: - Download the appropriate MCP server binary for your platform - Configure Claude Desktop to use the server - Set up necessary permissions and paths ### Installation Locations - **Server Binary**: {vault}/.obsidian/plugins/obsidian-mcp-tools/bin/ - **Log Files**: - macOS: ~/Library/Logs/obsidian-mcp-tools - Windows: %APPDATA%\obsidian-mcp-tools\logs - Linux: ~/.local/share/obsidian-mcp-tools/logs ## Configuration After clicking the "Install Server" button in the plugin settings, the plugin will automatically: 1. Download the appropriate MCP server binary 2. Use your Local REST API plugin's API key 3. Configure Claude Desktop to use the MCP server 4. Set up appropriate paths and permissions While the configuration process is automated, it requires your explicit permission to install the server binary and modify the Claude Desktop configuration. N

Отзывы (0)

Пока нет отзывов. Будьте первым!