MarkusPfundstein/mcp-obsidian
MCP server that interacts with Obsidian via the Obsidian rest API community plugin
Overview
MarkusPfundstein/mcp-obsidian is a Python MCP server licensed under MIT. MCP server that interacts with Obsidian via the Obsidian rest API community plugin
Ranked #6358 out of 25632 indexed tools.
Has 3,002 GitHub stars.
Has 17 contributors.
Ecosystem
Python MIT
Signal Breakdown
Stars 3,002
Freshness 8mo ago
Issue Health 13%
Contributors 17
Dependents 1
Forks 365
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# MCP server for Obsidian MCP server to interact with Obsidian via the Local REST API community plugin. <a href="https://glama.ai/mcp/servers/3wko1bhuek"></a> ## Components ### Tools The server implements multiple tools to interact with Obsidian: - list_files_in_vault: Lists all files and directories in the root directory of your Obsidian vault - list_files_in_dir: Lists all files and directories in a specific Obsidian directory - get_file_contents: Return the content of a single file in your vault. - search: Search for documents matching a specified text query across all files in the vault - patch_content: Insert content into an existing note relative to a heading, block reference, or frontmatter field. - append_content: Append content to a new or existing file in the vault. - delete_file: Delete a file or directory from your vault. ### Example prompts Its good to first instruct Claude to use Obsidian. Then it will always call the tool. The use prompts like this: - Get the coRead full README on GitHub →
Are you the maintainer? Claim this listing