mcp-notes-tools

mcp-notes-tools

Enables searching, reading, and appending change notes in an Obsidian vault through local MCP tools.

Category
Visit Server

README

MCP Notes Tools

MCP Notes Tools is an Obsidian desktop plugin that exposes local MCP tools for a project-specific vault. It lets an MCP client search notes, read a selected note, and request a confirmed append-only change note.

Features

  • obsidian_search_notes: searches note title, vault-relative path, and note body content.
  • obsidian_get_note: returns the full current content for one selected markdown note.
  • obsidian_append_change_note: asks for confirmation, then appends text under a Change notes section with a timestamp.

Every note reference includes both title and vault-relative path. Attachments, binary files, and plugin configuration files are out of scope.

Privacy and Safety

The plugin operates locally on the active Obsidian vault. It does not send note content, filenames, metadata, or user identifiers to external services.

Append requests always require per-write confirmation in Obsidian before any note is changed. Existing note content is preserved before the appended Change notes entry.

Desktop Only

This plugin is desktop-only because local MCP serving depends on desktop runtime capabilities that are not available in Obsidian mobile.

Local MCP Endpoint

Enable the local MCP server in Settings -> MCP Notes Tools. The settings tab shows the endpoint, which defaults to:

http://127.0.0.1:39399/mcp

Configure your MCP client to connect to that local endpoint while Obsidian is running and the plugin is enabled.

The plugin also exposes a vault-specific alias for clients that need to disambiguate project vaults:

http://127.0.0.1:39399/vaults/<vault-slug>/mcp

The alias is only a routing label for the current Obsidian vault. A mismatched slug is rejected; one plugin instance cannot query other vaults.

Development

Install dependencies:

npm install

Run the development build:

npm run dev

Run validation checks:

npm run lint
npm run build

Reload Obsidian after changing manifest.json. Reload the plugin after source changes so the generated main.js is loaded.

Release Artifacts

Required release files:

  • manifest.json
  • main.js
  • styles.css if styles are used

Do not edit main.js manually. Generate it with npm run build.

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
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
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
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