other tools and integrations

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).

typescript
local
other tools and integrations
0
View on GitHub

Installation

npx -y calclavia/mcp-obsidian

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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).

GitHub: https://github.com/calclavia/mcp-obsidian

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub