mcp-obsidian-cli

stonematt/mcp-obsidian-cli
★ 1 stars JavaScript 🧠 Memory/Knowledge Updated today
MCP server wrapping the Obsidian CLI — full native API access over Model Context Protocol
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

MCP server that wraps the Obsidian CLI, giving AI assistants full access to Obsidian's native API — search index, wikilink resolution, tasks, properties, daily notes, backlinks, and 80+ commands — through the Model Context Protocol. Every existing Obsidian MCP server takes one of two approaches: the Local REST API plugin (requires API keys, HTTP overhead, limited command surface) or raw filesystem access (no Obsidian awareness — no search index, no wikilink resolution, no task queries). Both mis

Tools (19)

OBSIDIAN_CLI_PATHOBSIDIAN_TIMEOUT_MSOBSIDIAN_VAULTXDG_CONFIG_HOMEobsidianobsidian_backlinksobsidian_createobsidian_create_from_templateobsidian_daily_appendobsidian_daily_readobsidian_filesobsidian_helpobsidian_propertiesobsidian_property_setobsidian_readobsidian_recentsobsidian_searchobsidian_tagsobsidian_tasks

Topics

aiclaudeknowledge-managementmcpmcp-servermodel-context-protocolobsidian