Back to search
30
MCP

@mseep/obsidian-mcp-server

npm/@mseep/obsidian-mcp-server

Model Context Protocol (MCP) server designed for LLMs to interact with Obsidian vaults. Provides secure, token-aware tools for seamless knowledge base management through a standardized interface.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

obsidian-mcp-plugin
High-performance Model Context Protocol (MCP) server for Obsidian that provides AI tools with direct vault access through semantic operation
0 tools
mcpvault
A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access
0 tools
@ostanlabs/obsidian-mcp
Model Context Protocol (MCP) server for managing structured project accomplishments in Obsidian
0 tools
obsidian-accomplishments-mcp
Model Context Protocol (MCP) server for managing structured project accomplishments in Obsidian
0 tools
obsidian-mcp-rs
Rust MCP server for Obsidian vaults — read, write, search notes via Model Context Protocol. Works with Claude, Cursor, and any MCP client.
0 tools
obsidian-local-rest-api
A secure REST API and Model Context Protocol (MCP) server for your vault.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/obsidian-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}