obsidian-stdio-mcp-server

mmysior/obsidian-stdio-mcp-server
★ 2 stars Python 🧠 Memory/Knowledge Updated 7d ago
An MCP server.
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": {
    "obsidian-stdio-mcp-s": {
      "command": "uvx",
      "args": [
        "obsidian-stdio-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install obsidian-stdio-mcp-server