obsidian-mcp

madebydia/obsidian-mcp
★ 5 stars TypeScript Memory/Knowledge Updated 7d ago
Self-contained MCP server for Obsidian vault — HTTP/SSE transport
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

MCP server that gives AI agents full access to your Obsidian vault. Runs locally or in the cloud with always-on access via Obsidian Sync. obsidian-mcp reads and writes your vault's markdown files directly on disk. It exposes them over HTTP/SSE using the [Model Context Protocol](https://modelcontextprotocol.io), so any MCP-compatible client (Claude, Cursor, etc.) can search, read, write, and manage your notes.

Tools (10)

append_notecreate_daily_notedelete_noteget_daily_noteget_sync_statuslist_noteslist_tagsread_notesearch_vaultwrite_note

Topics

ai-agentsmcp-serverobsidian