tlockney/obsidian-mcp
If you are the rightful owner of obsidian-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Obsidian MCP Server is a Model Context Protocol server that facilitates interaction between AI models and Obsidian vaults using the Obsidian Local REST API plugin.
Tools
Functions exposed to the LLM to take actions
ping
Test connectivity to Obsidian
list_files
List all files in your vault
get_file
Read a specific file
put_file
Create or update a file
patch_file
Partially update a file
delete_file
Delete a file
get_active
Get the currently active note
replace_active
Replace active note content
patch_active
Update active note content
append_active
Append to active note
list_commands
List available Obsidian commands
execute_command
Execute an Obsidian command
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client