mcp-obsidian
If you are the rightful owner of mcp-obsidian 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@mcpreview.com.
MCP server to interact with Obsidian via the Local REST API community plugin.
The MCP server for Obsidian is designed to facilitate interaction with the Obsidian note-taking application through the Local REST API community plugin. This server provides a suite of tools that allow users to manage and manipulate their Obsidian vaults programmatically. By leveraging these tools, users can automate tasks such as listing files, retrieving file contents, searching for specific text, and modifying notes. The server is particularly useful for users who want to integrate Obsidian with other applications or automate their workflow. Configuration is straightforward, requiring an API key from the Obsidian REST API plugin, which can be set up either in the server configuration or via an environment file. The server supports both development and production environments, with detailed instructions provided for setup and debugging.
Features
- Interact with Obsidian vaults using REST API.
- Automate file management tasks like listing, searching, and modifying notes.
- Supports both development and production environments.
- Easy configuration with API key setup.
- Debugging support with MCP Inspector.
Tools
- list_files_in_vault: List all files and directories in the notes library
- list_files_in_dir: List all files and directories in the specified directory
- get_file_contents: Get the contents of a single file
- search: Search for documents that match the specified text query
- patch_content: Insert content in existing notes
- append_content: Append content at the end of the file
- delete_file: Delete a file or directory
Related MCP Servers
View all file_systems servers →Filesystem MCP Server
by modelcontextprotocol
Node.js server implementing Model Context Protocol (MCP) for filesystem operations.
markdownify-mcp
by zcaceres
Markdownify is a Model Context Protocol (MCP) server that converts various file types and web content to Markdown format.
edgeone-pages-mcp
by TencentEdgeOne
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
DesktopCommanderMCP
by wonderwhy-er
Desktop Commander MCP is a tool that allows users to search, update, manage files, and run terminal commands using AI, without incurring API token costs.
excel-mcp-server
by haris-musa
A Model Context Protocol (MCP) server that lets you manipulate Excel files without needing Microsoft Excel installed.
mcp-obsidian
by smithery-ai
The Obsidian Model Context Protocol (MCP) is a connector that allows Claude Desktop or any MCP client to read and search directories containing Markdown notes, such as an Obsidian vault.
obsidian-mcp
by StevenStavrakis
Obsidian MCP Server is a Model Context Protocol server that allows AI assistants to interact with Obsidian vaults, providing tools for managing notes and tags.