Obsidian MCP Server

Productivitystdiov0.2.0
Репозиторий

MCP server for Obsidian that connects AI agents to a local Markdown knowledge vault via the Local REST API plugin. Lets agents read, search, create, and update notes, follow links, and manage frontmatter and tags. Useful for personal knowledge management, note synthesis, and grounding agents in your own notes.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

{
  "mcpServers": {
    "obsidian": {
      "command": "uvx",
      "args": [
        "mcp-obsidian"
      ],
      "env": {
        "OBSIDIAN_API_KEY": "<YOUR_OBSIDIAN_API_KEY>",
        "OBSIDIAN_HOST": "<YOUR_OBSIDIAN_HOST>"
      }
    }
  }
}

Инструменты (2)

search_notes

Search the Obsidian vault for notes matching a query.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  }
}

get_note

Read the contents of a note by its vault path.

{
  "type": "object",
  "required": [
    "path"
  ],
  "properties": {
    "path": {
      "type": "string",
      "description": "Note path relative to the vault root"
    }
  }
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
Markus Pfundstein (@MarkusPfundstein)
Репозиторий
https://github.com/MarkusPfundstein/mcp-obsidian
Лицензия
MIT
Версия
0.2.0
Звёзды
1,600
Последнее обновление
9 июля 2026 г.