Skip to main content
Other Tools and IntegrationsTypeScript

calclavia/mcp-obsidian

This is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/calclavia/mcp-obsidian

Claude Desktop configuration example:

{
  "mcpServers": {
    "calclavia-mcp-obsidian": {
      "command": "npx",
      "args": [
        "-y",
        "calclavia/mcp-obsidian"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
calclavia