MarkusPfundstein/mcp-obsidian
Interacting with Obsidian via REST API
Quick Start
Clone the repository:
git clone https://github.com/MarkusPfundstein/mcp-obsidianClaude Desktop configuration example:
{
"mcpServers": {
"markuspfundstein-mcp-obsidian": {
"command": "npx",
"args": [
"-y",
"MarkusPfundstein/mcp-obsidian"
]
}
}
}Check the repository README for specific installation and configuration instructions.