obsidian-mcp

obsidian-mcp

3.2

If you are the rightful owner of obsidian-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server for Obsidian, written in Go.

The Obsidian MCP server is a specialized tool designed to facilitate interaction with Obsidian through the Model Context Protocol (MCP). Developed in Go, this server allows users to leverage the capabilities of the Obsidian REST API, providing a seamless interface for external tools to interact with Obsidian notes. The server supports both standard input/output (stdio) and Server-Sent Events (SSE) server modes, offering flexibility in how it can be deployed and used. By integrating with the Obsidian Local REST API plugin, the server ensures secure and efficient communication with Obsidian, making it an essential tool for users looking to enhance their note-taking experience with automated and programmatic interactions.

Features

  • Interact with Obsidian through the MCP protocol
  • Support for Obsidian REST API
  • Provides tools and prompts functionality
  • Supports both stdio and SSE server modes