Obsidian MCP Server

Productivitystdiov0.2.0
Repositorio

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.

Conectar

Añade esta configuración a .claude/mcp.json

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

Herramientas (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"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Markus Pfundstein (@MarkusPfundstein)
Repositorio
https://github.com/MarkusPfundstein/mcp-obsidian
Licencia
MIT
Versión
0.2.0
Estrellas
1,600
Última actualización
9 de julio de 2026