# Obsidian MCP Tools — Notes-to-Tools for Claude > Obsidian MCP Tools adds a local MCP server via an Obsidian plugin, so Claude Desktop can query and automate your vault with a signed server component. ## Install Merge the JSON below into your `.mcp.json`: ## Quick Use 1. Install the plugin from Obsidian Community Plugins and enable it. 2. In plugin settings, click "Install Server" to download/configure the MCP server. 3. Verify: - Open Claude Desktop and confirm the server is configured and can list/query a note from your vault. ## Intro Obsidian MCP Tools adds a local MCP server via an Obsidian plugin, so Claude Desktop can query and automate your vault with a signed server component. - **Best for:** Obsidian users who want Claude-accessible note automation via MCP - **Works with:** Obsidian vaults, Claude Desktop, and a locally installed signed server component - **Setup time:** 20–45 minutes ## Practical Notes - Quant: verify at least 3 operations (list notes, read note, search) before trusting automation. - Quant: record vault size and measure query latency (small vs large vaults). ## Why it’s useful Your notes become an addressable tool surface: - query concepts, - extract summaries, - and build lightweight workflows that operate on your vault. ## Security note The README highlights a signed server component and a security section—treat that seriously: - review permissions, - keep it local, - and avoid exposing note APIs to public networks. ### FAQ **Q: Is there a server component?** A: Yes—the README notes a local signed executable server distributed with the plugin. **Q: Does it modify Claude Desktop config?** A: The README says it can configure Claude Desktop during install; review before approving. **Q: Should I expose it remotely?** A: No—keep it local unless you add strong auth and understand the risks. ## Source & Thanks > Source: https://github.com/jacksteamdev/obsidian-mcp-tools > License: MIT > GitHub stars: 806 · forks: 118 --- ## 快速使用 1. 在 Obsidian 社区插件中安装并启用该插件。 2. 打开插件设置,点击 "Install Server" 下载并配置 MCP server。 3. 验证: - 打开 Claude Desktop,确认已配置成功,并能列出/查询一条笔记内容。 ## 简介 Obsidian MCP Tools 通过 Obsidian 插件提供本地 MCP server,让 Claude Desktop 能查询并自动化你的 vault;其 server 组件以签名可执行文件分发,并在安装时自动配置所需权限与路径。 - **适合谁:** 想让 Claude 通过 MCP 访问并自动化 Obsidian 笔记库的用户 - **可搭配:** Obsidian vault、Claude Desktop,以及本地安装的签名 server 组件 - **准备时间:** 20–45 分钟 ## 实战建议 - 量化建议:至少验证 3 个操作(列出/读取/搜索)后再上自动化。 - 量化建议:记录 vault 规模,并测量查询延迟(小库 vs 大库)。 ## 价值点 把笔记库变成可调用的工具面: - 查询概念与上下文, - 提取摘要, - 并围绕 vault 构建轻量工作流。 ## 安全提示 README 强调签名的 server 组件与安全章节: - 认真复核权限, - 尽量保持本地运行, - 不要把笔记 API 暴露到公网。 ### FAQ **有 server 组件吗?** 答:有。README 提到会分发本地签名可执行 server。 **会改 Claude Desktop 配置吗?** 答:README 表示安装时会自动配置;授权前建议先查看将要修改的内容。 **适合远程暴露吗?** 答:不建议。除非你加了强认证并充分评估风险,否则保持本地。 ## 来源与感谢 > Source: https://github.com/jacksteamdev/obsidian-mcp-tools > License: MIT > GitHub stars: 806 · forks: 118 --- Source: https://tokrepo.com/en/workflows/obsidian-mcp-tools-notes-to-tools-for-claude Author: MCP Hub