MarkusPfundstein/mcp-obsidian
🔌 MCP ServerMarkusPfundstein
Connect your AI agents to Obsidian notes via the Model Context Protocol for seamless knowledge management.
The mcp-obsidian server acts as a bridge between the Model Context Protocol (MCP) and Obsidian, the popular markdown-based note-taking application. To function, it requires the Obsidian Local REST API plugin to be installed and configured within your vault. Once connected, it exposes specific tools that allow AI models to perform CRUD operations on your notes. This integration is particularly powerful for users who want to build RAG (Retrieval-Augmented Generation) pipelines over their personal notes or automate the drafting and organization of content. By standardizing the interface through MCP, it ensures compatibility with any MCP-compliant client, such as Claude Desktop or custom AI agents, providing a secure and structured way to manage personal data without manual copy-pasting.
💡Highlights
- ├─Integrates via Obsidian REST API
- ├─Enables full CRUD on notes
- └─MCP-compliant architecture
🎯For
- ├─Knowledge workers
- └─AI developers