MCP Servers / file-system / Obsidian MCP Server - Enhanced

Obsidian MCP Server - Enhanced

JSON →
stdionone31file-system

Provides comprehensive access to an Obsidian vault, allowing AI agents to read, write, search, and manage notes via the Local REST API plugin.

Install
How to run this server

No install command recorded.

server path: obsidian-mcp-server-enhanced
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envMCP_AUTH_KEY
envOBSIDIAN_API_KEY
envOBSIDIAN_BASE_URL
envMCP_HTTP_PORT
envMCP_HTTP_HOST
envYOUR_MCP_AUTH_KEY
Resources
Obsidian MCP Server - Enhanced — MCP Server · libregistry