obsidian-mcp-server

farmerajf/obsidian-mcp-server
★ 0 stars TypeScript Memory/Knowledge Updated 2d ago
MCP server for remote Obsidian vault access. Understands wikilinks, frontmatter, backlinks, and tags — not just files. Auto-updates links on move/rename, generates obsidian:// deep-links, soft-deletes to .trash, and supports multi-vault. SSE transport for Claude Web/iOS.
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-server": {
      "command": "npx",
      "args": [
        "-y",
        "farmerajf/obsidian-mcp-server"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server that provides remote access to Obsidian vaults with full CRUD operations, Obsidian-aware intelligence, and performance optimizations. A generic filesystem server treats your vault as flat files. This server understands Obsidian: - **Wikilinks are first-class** - resolve `[[links]]`, extract all links from a file, find backlinks, and automatically update links when you move or rename files. A filesystem server has no concept of `[[wikilinks]]`.

Tools (20)

append_filebatch_readbatch_writecreate_directorycreate_filedelete_directorydelete_fileempty_trashextract_wikilinksfuzzy_searchget_backlinksget_directory_infoget_file_metadataget_frontmatterlist_all_tagslist_directorylist_trashmoveobsidian_url_to_pathpatch_file