LogoSTMCP
Download
obsidian-mcp

Obsidian MCP (Model Context Protocol) Server

A Model Context Protocol server that connects AI models with Obsidian knowledge bases, enabling direct access and manipulation of notes, folders, and advanced content operations through MCP integration.

Tools

1. list_notes

List notes in the Obsidian vault with optional folder filtering.

2. read_note

Read the content of a specific note in the Obsidian vault.

3. read_multiple_notes

Read content from multiple notes simultaneously for batch processing.

4. create_note

Create a new note in the Obsidian vault with full content.

5. delete_note

Delete a note from the Obsidian vault.

6. search_vault

Advanced search across all file types with filename and content matching.

7. move_note

Move or rename notes to new locations (supports all file types including PDFs).

8. manage_folder

Complete folder CRUD operations (create/rename/move/delete).

9. update_note

Update content using text replacements or precision insertion with heading and block-level targeting.

Intelligently scan entire vault for note name mentions and convert text references to wikilink format.

11. notes_insight

Generate strategic insights using TRILEMMA-PRINCIPLES framework with AI-driven content summarization and relevance ranking.

Open Graph image for Obsidian MCP (Model Context Protocol) Server

JSON Config

{
  "mcpServers": {
    "obsidian-mcp": {
      "command": "npx",
      "args": [
        "@huangyihe/obsidian-mcp"
      ],
      "env": {
        "OBSIDIAN_VAULT_PATH": "/path/to/your/vault",
        "OBSIDIAN_API_TOKEN": "your_api_token",
        "OBSIDIAN_API_PORT": "27123"
      }
    }
  }
}

Useful Links

Information