MCP Cursor

Enhance your development workflow with AI-powered MCP tools and extensions for Cursor IDE.

Product

  • MCP Servers
  • Getting Started
  • Documentation
  • Open Source

Resources

  • MCP Specification
  • Cursor IDE
  • MCP GitHub
  • Contributing

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy
Made withfor the developer community
© 2025 MCP Cursor. All rights reserved.
MCP Logo
MCP Cursor
IntroductionMCPs
IntroductionMCPs
3D MCP Cursor Visualization
  1. Home
  2. Servers
  3. Obsidian Markdown Notes MCP
Obsidian Markdown Notes MCP Logo - AI-Powered Development Tool for Cursor IDE

Obsidian Markdown Notes MCP

Model Context Protocol Integration

Overview

A connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault). Enables natural language interaction with your knowledge base through Markdown files.

View Repository

Obsidian Markdown Notes Features

  • •Read and search through Markdown notes
  • •Natural language querying of note contents
  • •Compatible with Obsidian vaults
  • •Works with any directory containing Markdown files
  • •Seamless integration with Claude Desktop
  • •Fast and efficient note searching
  • •Support for Markdown formatting and links

Obsidian Markdown Notes Setup & Configuration

Requirements

  • •Claude Desktop
  • •Node.js with npm
  • •Obsidian vault or Markdown directory

Installation Instructions

# Quick Installation via Smithery
npx @smithery/cli install mcp-obsidian --client claude

# Restart Claude Desktop after installation

Configuration

{
  "mcpServers": {
    "obsidian": {
      "command": "npx",
      "args": ["mcp-obsidian"],
      "env": {
        "VAULT_PATH": "/path/to/your/vault"
      }
    }
  }
}

Obsidian Markdown Notes Available Tools

  • •search_notes
  • •read_note
  • •list_notes

Obsidian Markdown Notes Required Inputs

VAULT_PATH

Type
string
Description
Path to your Obsidian vault or Markdown directory
Required
Yes

Obsidian Markdown Notes Use Cases

  • •Knowledge base exploration
  • •Personal note searching
  • •Research and study assistance
  • •Documentation browsing
  • •Content discovery in Markdown files
  • •Quick access to personal notes
  • •Semantic search through notes

Frequently Asked Questions

A connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault). Enables natural language interaction with your knowledge base through Markdown files.
Claude Desktop, Node.js with npm, Obsidian vault or Markdown directoryView detailed requirements
Follow the installation instructions in the setup section above.View installation guide

Obsidian Markdown Notes MCP provides the following tools:

  • •search_notes
  • •read_note
  • •list_notes

Featured MCPs

Github MCP - Model Context Protocol for Cursor IDE

Github

This server provides integration with Github's issue tracking system through MCP, allowing LLMs to interact with Github issues.

Sequential Thinking MCP - Model Context Protocol for Cursor IDE

Sequential Thinking

An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process. Break down complex problems into manageable steps, revise and refine thoughts as understanding deepens, and branch into alternative paths of reasoning.

Puppeteer MCP - Model Context Protocol for Cursor IDE

Puppeteer

A Model Context Protocol server that provides browser automation capabilities using Puppeteer. This server enables LLMs to interact with web pages, take screenshots, execute JavaScript, and perform various browser-based operations in a real browser environment.