Skip to main content
Glama

Obsidian 模型上下文协议

铁匠徽章

这是一个连接器,允许 Claude Desktop(或任何 MCP 客户端)读取和搜索任何包含 Markdown 注释的目录(例如 Obsidian 保险库)。

安装

确保已安装 Claude Desktop 和npm

通过 Smithery 安装

要通过Smithery自动为 Claude Desktop 安装 Obsidian Model Context Protocol:

npx @smithery/cli install mcp-obsidian --client claude

然后,重新启动 Claude Desktop,您应该会看到以下列出的 MCP 工具:

图像

与 VS Code 一起使用

为了快速安装,请使用以下一键安装按钮之一:

在 VS Code 中使用 NPX 安装 在 VS Code Insiders 中使用 NPX 安装

如需手动安装,请将以下 JSON 块添加到 VS Code 中的“用户设置 (JSON)”文件中。您可以按下Ctrl + Shift + P并输入Preferences: Open User Settings (JSON)来执行此操作。

或者,您可以将其添加到工作区中名为.vscode/mcp.json的文件中。这样您就可以与其他人共享该配置。

请注意.vscode/mcp.json文件中不需要mcp键。

{
  "mcp": {
    "inputs": [
      {
        "type": "promptString",
        "id": "vaultPath",
        "description": "Path to Obsidian vault"
      }
    ],
    "servers": {
      "obsidian": {
        "command": "npx",
        "args": ["-y", "mcp-obsidian", "${input:vaultPath}"]
      }
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Obsidian vault connector for Claude Desktop - enables reading and writing Markdown notes using Model Context Protocol (MCP)
    17
    5
  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides semantic search capability over Obsidian vaults and exposes recent notes as resources to Claude through the MCP protocol.
    9
  • F
    license
    B
    quality
    D
    maintenance
    A connector enabling Claude Desktop or any MCP client to interact with Slack workspaces to post messages and query user lists.
    2
    25

View all related MCP servers

Related MCP Connectors

  • Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.

  • Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

  • Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clavia-labs/mcp-obsidian'

If you have feedback or need assistance with the MCP directory API, please join our Discord server