Obsidian MCP Server - Enhanced
JSON →Provides comprehensive access to an Obsidian vault, allowing AI agents to read, write, search, and manage notes via the Local REST API plugin.
Tools · 9
- search_notes Search through Obsidian notes using full-text search or tag-based filtering
- get_note Retrieve the content of a specific note by its path or ID
- create_note Create a new note in the Obsidian vault with specified content and metadata
- update_note Update an existing note's content or metadata
- delete_note Delete a note from the Obsidian vault
- list_notes List all notes in the vault with optional filtering by folder or tag
- get_tags Retrieve all tags used across notes in the vault
- get_backlinks Get all notes that link to a specified note
- get_graph_data Retrieve graph data for visualizing note connections
Environment variables
MCP_AUTH_KEYOBSIDIAN_API_KEYOBSIDIAN_BASE_URLMCP_HTTP_PORTMCP_HTTP_HOSTYOUR_MCP_AUTH_KEY
★ 31 GitHub stars