Odel
Obsidian MCP

Obsidian MCP

Local
@seynurmammad0v1TypeScriptMITUpdated 5mo ago

Turns Obsidian vaults into AI-queryable knowledge graphs with 12 tools

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).

npm@smammadov/obsidian-mcpv1.0.3

Run

npx -y @smammadov/obsidian-mcp

MCP client config

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