MCP.so
登录

Obsidian MCP Server

@Minhao-Zhang

关于 Obsidian MCP Server

A MCP Server backend for Obsidian

基本信息

分类

记忆与知识

许可证

AGPL-3.0

运行时

node

传输方式

stdio

发布者

Minhao-Zhang

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Obsidian MCP Server?

It is an Obsidian plugin that runs a local MCP (Model Context Protocol) server using SSE, enabling external applications such as AI assistants or scripts to interact with your Obsidian vault through a standardized interface. This work-in-progress plugin is designed for Obsidian users who want to connect external tools to their notes.

How to use Obsidian MCP Server?

Install the plugin, configure the embedding provider and server port in the Settings panel, then run the “Re-index Vault (MCP Server)” command from the command palette. Start the server with “Start MCP Server” and connect your MCP client to the SSE endpoint (e.g., http://localhost:8080/sse). After connection, available tools can be used from the client.

Key features of Obsidian MCP Server

  • Runs SSE-based MCP server on a configurable port.
  • Semantic vector search across indexed Markdown notes.
  • Indexes vault using OpenAI-compatible embedding models.
  • Provides file/folder CRUD tools (create, read, edit, delete).
  • Configurable file exclusion and text chunking parameters.
  • Offers ribbon icon and command palette controls.

Use cases of Obsidian MCP Server

  • Connect an AI assistant to semantically search and retrieve notes.
  • Automate note creation and editing via external scripts.
  • Allow external tools to list, read, and manage vault files.
  • Build custom workflows integrating Obsidian with other MCP clients.

FAQ from Obsidian MCP Server

What dependencies does Obs

评论

记忆与知识 分类下的更多 MCP 服务器