MCP Directory
Back

obsidian-mcp-plugin

by aaronsb · TypeScript · ★ 428

High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operations and HTTP transport.

#ai#claude#knowledge-graph#mcp#model-context-protocol#obsidian#obsidian-plugin#semantic-search

Install

npx -y github:aaronsb/obsidian-mcp-plugin

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

📦 **[Available in the Obsidian Community Plugin directory →](https://community.obsidian.md/plugins/semantic-vault-mcp)** **Give AI semantic agency over your knowledge graph** This plugin connects your Obsidian vault to AI assistants through MCP (Model Context Protocol), giving them the ability to understand and navigate your notes as a connected knowledge graph, not just isolated files. Through semantic hints and graph traversal, AI gains the agency to explore concepts, follow connections, and synthesize information across your entire vault. **MCP (Model Context Protocol)** is the open sta…
Read full README on GitHub →

Related productivity servers