ZMCP

ZMCP

ZMCP turns your Obsidian vault into an AI-accessible workspace. It creates a bridge between your notes and AI assistants like Claude, allowing them to read, write, and manage your knowledge base directly.

Category
Visit Server

README

ZMCP - Obsidian MCP Server

What it does

ZMCP turns your Obsidian vault into an AI-accessible workspace. It creates a bridge between your notes and AI assistants like Claude, allowing them to read, write, and manage your knowledge base directly.

Think of it as giving AI tools permission to work with your notes - they can search through your documentation, create new notes, update existing ones, and help manage tasks across your entire vault.

Tools & Capabilities

Note Operations

  • Browse & Search: AI can find and read any note in your vault instantly
  • Create & Edit: Generate new notes or update existing ones based on your requests
  • Organize: Manage tags, find related content, and maintain consistency across notes

<details> <summary><h3>Task Management</h3></summary>

  • Smart Task Queries: Find tasks by status, priority, due dates, or tags
  • Create with Dates: Add tasks with due dates, scheduled dates, and recurrence patterns
  • Status Updates: Mark tasks complete, change priorities, or update any task properties
  • Context-Aware: AI understands where tasks belong in your notes and maintains your formatting

</details>

<details> <summary><h3>Flashcard Learning System</h3></summary>

Transform any learning material into structured flashcard decks. Ask AI to research topics, extract key concepts, and automatically create study materials in your vault. Works with Spaced repetition plugin.

Example prompt: "Research OAuth 2.0 authentication flow and create a flashcard deck with the core concepts, grant types, and security best practices"

Result: AI fetches documentation, extracts essential knowledge, and creates 20+ flashcards like:

  • "What are the four OAuth 2.0 grant types?" → "Authorization Code, Implicit, Client Credentials, Resource Owner Password"
  • "The ==authorization code== grant type is recommended for server-side applications"

</details>

Plugin Intelligence

  • Vault Awareness: AI can see what Obsidian plugins you have installed
  • Workflow Integration: Works alongside your existing Obsidian setup without disruption

Prompts & Resources

The real power comes from turning your notes into reusable AI instructions:

Dynamic Prompts & Commands

Configure which folders or tags the server monitors for prompts - any note in those locations becomes an AI instruction template. Access them instantly with / in Claude or Cursor. Edit the note in Obsidian, and AI assistants see the changes immediately. Create templates with {{placeholders}} that AI fills dynamically, perfect for standardized workflows like bug reports, meeting notes, or code reviews.

Resources

Keep coding standards, writing guidelines, or project requirements in your vault. Reference them with @ in Claude Code or Cursor to give AI instant context. AI assistants will follow these rules consistently across all interactions. No more copy-pasting instructions or explaining context repeatedly.

Real-time Sync

Changes to prompts and resources sync instantly. Edit your guidelines while AI is working, and it adapts on the fly. Your knowledge base becomes a living instruction set that evolves with your projects.

Installation

Plugin Installation

Install using BRAT (Beta Reviewers Auto-update Tool), which lets you install Obsidian plugins directly from GitHub:

  1. Search for "BRAT" in Obsidian's Community Plugins and install it
  2. In BRAT settings, click "Add Beta Plugin"
  3. Enter: https://github.com/lrangell/zmcp
  4. Enable ZMCP in your Community Plugins list
  5. Configure your prompt folders and tags in the plugin settings

Client Configuration

Claude Code

claude mcp add zmcp -t http http://localhost:3983/mcp

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zmcp": {
      "command": "npx",
      "args": ["mcp-remote", "http://localhost:3983/mcp"]
    }
  }
}

Cursor

Install MCP Server

Or manually add to Cursor settings:

{
  "mcp": {
    "servers": {
      "zmcp": {
        "transport": "http",
        "url": "http://localhost:3983/mcp"
      }
    }
  }
}

Implementation

Built on top of ts-mcp-forge, a TypeScript framework for creating MCP servers with decorators. The plugin runs an HTTP server inside Obsidian's Electron environment, exposing vault operations as MCP tools and notes as resources. Uses Obsidian's Vault API for all file operations, ensuring compatibility with sync and other plugins.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured