Back to directory
markuspfundstein/mcp-obsidian

markuspfundstein/mcp-obsidian

@MarkusPfundstein

MCP server to interact with Obsidian via the Local REST API community plugin

obsidiannotesknowledge-managementrest-apivaultsearchnotes-appproductivitycontext

Installation & Configuration

{
  "mcpServers": {
    "mcp-obsidian": {
      "command": "uvx",
      "args": [
        "mcp-obsidian"
      ],
      "env": {
        "OBSIDIAN_API_KEY": "<your_api_key_here>",
        "OBSIDIAN_HOST": "<your_obsidian_host>",
        "OBSIDIAN_PORT": "<your_obsidian_port>"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13