marcelmarais_obsidian-mcp-server

marcelmarais_obsidian-mcp-server

3.1

If you are the rightful owner of marcelmarais_obsidian-mcp-server 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.

Obsidian MCP Server is a lightweight server that facilitates AI assistants in interacting with your Obsidian vault using the Model Context Protocol.

The Obsidian MCP Server is designed to provide seamless integration between AI assistants like Cursor and Claude with your Obsidian vault. By leveraging the Model Context Protocol (MCP), this server allows for efficient reading and writing operations within the vault, enabling users to manage their notes and tasks more effectively. The server is lightweight, focusing on essential functionalities that allow AI models to access and manipulate the content of the vault without the need for the Obsidian application to be running. This makes it a versatile tool for users who want to automate their note-taking and task management processes using AI. The server supports various operations such as retrieving file names, reading file contents, and updating or creating new files, making it a practical solution for enhancing productivity.

Features

  • getAllFilenames: Retrieves a list of all filenames in the Obsidian vault, aiding in file discovery.
  • readMultipleFiles: Fetches contents of specified files, supporting exact or partial filename matches.
  • getOpenTodos: Extracts all open TODO items from markdown files, identifying unchecked checkboxes.
  • updateFileContent: Updates or creates files with new markdown content, ensuring necessary directories are created.