Odel
obsidian mcp server

obsidian mcp server

Local
@cyanheads673TypeScriptApache-2.0Updated 3 days ago

Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmobsidian-mcp-serverv3.5.1

Run

npx -y obsidian-mcp-server

MCP client config

{
  "mcpServers": {
    "obsidian-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "obsidian-mcp-server"
      ]
    }
  }
}
npmobsidian-mcp-serverv3.5.1

Run

npx -y obsidian-mcp-server

MCP client config

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