The MCP server provides tools for AI assistants to interact with Obsidian notes, allowing retrieval and searching of note content and metadata.
From the registry: Access Obsidian vaults via Local REST API - read, search, and interact with notes

Please install the `mcp-obsidian-via-rest` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Obsidian Local REST API plugin** — Install Obsidian, enable the Local REST API community plugin (by Adam Coddington), and copy the API key from its settings (https://github.com/coddingtonbear/obsidian-local-rest-api)
Canonical MCP server config (stdio transport):
- command: `bunx`
- args: ["-y","@oleksandrkucherenko/mcp-obsidian"]
- required environment variables:
- `API_KEY`: Obsidian Local REST API key (example: `<your-api-key>`)
- optional environment variables:
- `API_URLS`: JSON array of candidate URLs for automatic failover (example: `["https://127.0.0.1:27124"]`)
Note: Obsidian vault MCP server via the Local REST API plugin. Supports multi-URL failover. Also available as Docker image ghcr.io/oleksandrkucherenko/obsidian-mcp:latest.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.OBSIDIAN_API_KEYrequiredYour Obsidian REST API keyProvide your AI coding tools with token-efficient access to up-to-date technical documentation for…