OB

obsidian-mcp

Created 7 months ago

An MCP server that enables AI assistants to interact with Obsidian vaults.

development documentation public

What is obsidian-mcp?

(by Steven Stavrakis) An MCP server for Obsidian.md with tools for searching, reading, writing, and organizing notes.

Documentation

Additional documentation can be found in the docs directory: - creating-tools.md - Guide for creating new tools - tool-examples.md - Examples of using the available tools

Server Config

{
  "mcpServers": {
    "obsidian-mcp-server": {
      "command": "npx",
      "args": [
        "obsidian-mcp"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Steven Stavrakis
Category: community
License: MIT
Tags:
development documentation public