obsidian-mcp-server

obsidian-mcp-server

3.4

If you are the rightful owner of 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 Model Context Protocol server that allows AI assistants to interact with your Obsidian vault.

The Obsidian MCP Server is designed to facilitate seamless interaction between AI assistants like Cursor and Claude with your Obsidian vault. It allows these assistants to read from and write to the vault, enabling tasks such as creating new notes, checking existing notes, and managing TODOs. The server is lightweight and provides direct filesystem access, which means it can operate independently of the Obsidian application. This makes it a versatile tool for users who want to integrate AI capabilities into their note-taking workflow without relying on the Obsidian app being open.

Features

  • Lightweight and standalone server for Obsidian vault interaction.
  • Supports reading and writing operations with markdown files.
  • Direct filesystem access without needing the Obsidian app.
  • Compatible with AI assistants like Cursor and Claude.
  • Facilitates task management and note creation through AI.

Tools

  1. getAllFilenames

    Used to discover files available in the knowledge base

  2. readMultipleFiles

    Used to read content from multiple files, making it easier for AI assistants to analyze content

  3. getOpenTodos

    Used to obtain all unfinished to-do items to help users manage tasks

  4. updateFileContent

    Used to update or create file content, support AI assistant to modify notes directly