Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ› οΈ Other Tools and Integrations
  3. MCP Obsidian
MCP Obsidian logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 6:04:29 PM

MCP Obsidian

User RatingsBe the first to rate and review this MCP server!
View Repository4.4k GitHub StarsTotal stargazers on GitHub for the source repository (4,377 stars).
obsidiannotesknowledge-managementfile-systems

Reads, searches, updates, and deletes Obsidian vault files through the Local REST API plugin.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "markuspfundstein-mcp-obsidian": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/inspector"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ› οΈ More in Other Tools and Integrations

Overview

The MarkusPfundstein/mcp-obsidian MCP server connects AI clients to an Obsidian vault through the Local REST API community plugin. It exposes tools for browsing directories, reading and searching notes, inserting or appending content, and deleting files or directories. Run it locally over stdio with Python tooling such as uvx, and configure the Obsidian API key plus optional host and port settings. Reach for it when an agent needs to retrieve information from, or make structured changes to, an Obsidian knowledge base.

Use cases

β€’Search an Obsidian vault for references to a technical topic
β€’Summarize a note retrieved from the vault
β€’Create a meeting-summary note from existing notes
β€’Append content to an existing Obsidian file
β€’Update note content near a heading or block reference

Key features

β€’List vault files and directories
β€’Read individual note contents
β€’Search text across vault files
β€’Insert or append note content
β€’Delete vault files or directories
β€’Target headings, block references, and frontmatter fields

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Obsidian.

Extracted Tool Capabilities
List vault files and directories
Read individual note contents
Search text across vault files
Insert or append note content
Delete vault files or directories
Target headings, block references, and frontmatter fields

How MCP Obsidian works

What the MarkusPfundstein/mcp-obsidian MCP server does

The MarkusPfundstein/mcp-obsidian MCP server gives an MCP-compatible client access to an Obsidian vault through Obsidian’s Local REST API community plugin. It is intended for local vault workflows where an agent needs to inspect notes, find related material, or modify files based on a conversation.

The server communicates with the REST API rather than reading the vault directory directly. Obsidian must therefore be running with the required community plugin enabled and configured with an API key. Example workflows include finding references to a technical topic across the vault, summarizing a recent note, or creating a new meeting-summary note.

How it works

The MCP server runs over standard input and output and receives tool calls from the client. It forwards those operations to the configured Obsidian REST API endpoint. The host defaults to 127.0.0.1, and the port defaults to 27124 when those values are not supplied.

The MarkusPfundstein/mcp-obsidian MCP server can be launched as a published Python package with uvx, or from a checked-out source directory with uv. A Docker Compose configuration is also provided for running the server in a container. Container use requires stdin to remain attached without a pseudo-terminal because MCP messages use stdio.

Setup and configuration

Install and enable the Obsidian Local REST API community plugin, then copy its API key into the MCP client configuration or a .env file. Set OBSIDIAN_API_KEY; OBSIDIAN_HOST and OBSIDIAN_PORT can be supplied when the defaults do not match the REST API service.

The documented published-server configuration runs uvx mcp-obsidian. For source-based development, the README uses uv --directory <project-directory> run mcp-obsidian. The project requires Python 3.11 or newer and the MCP Python SDK in the >=1.1.0,<2.0.0 range. The low-level server implementation is not compatible with MCP SDK 2.0.

Claude Desktop can load the server through its platform-specific configuration file. The README also documents Docker Compose commands for building and running the container.

Tools and capabilities

The MarkusPfundstein/mcp-obsidian MCP server provides these operations:

  • List files and directories at the vault root.
  • List files and directories within a selected vault directory.
  • Read the contents of one vault file.
  • Search across vault files for a text query.
  • Insert content relative to a heading, block reference, or frontmatter field.
  • Append content to a new or existing file.
  • Delete a file or directory.

These tools support both read and write workflows. A client can combine search or file reading with content updates, such as collecting information from several notes and writing the result into another note.

Limitations and notes

The server depends on the Obsidian Local REST API community plugin; it is not a standalone vault reader. The plugin must be available and its API key must be configured. Host and port settings need to point to the running REST API when it is not using the documented local defaults.

Because the server uses stdio, MCP clients must launch it with stdin connected. For Docker Compose, the documented invocation uses run --rm -T rather than docker compose up. The project also warns that installing MCP SDK 2.0 or later causes an import failure because the implementation relies on the MCP 1.x Server API.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    πŸ› οΈ Other Tools and Integrations4 views
    Compare vs Git β†’
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    πŸ› οΈ Other Tools and Integrations3 views
    Compare vs Time β†’
  • Hackmd MCP logoHackmd MCP

    Allows AI models to interact with HackMD

    πŸ› οΈ Other Tools and Integrations2 views
    Compare vs Hackmd MCP β†’
  • MCP Kibela Server logoMCP Kibela Server

    MCP server implementation for Kibela API integration

    πŸ› οΈ Other Tools and Integrations3 views
    Compare vs MCP Kibela Server β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4.4k
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Obsidian

Install the published package with uvx using `uvx mcp-obsidian`, or run the checked-out project with `uv --directory <project-directory> run mcp-obsidian`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Obsidian AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/markuspfundstein-mcp-obsidian?style=directory)](https://allmcps.com/mcp/markuspfundstein-mcp-obsidian)
HTML Embed
<a href="https://allmcps.com/mcp/markuspfundstein-mcp-obsidian"><img src="https://allmcps.com/api/badge/markuspfundstein-mcp-obsidian?style=directory" alt="MCP Obsidian on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ› οΈOther Tools and Integrations
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4,377
GitHub Star CountTotal stargazers on GitHub representing community popularity (4,377 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 15, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership6/20
Documentation & tools17/30
Adoption & activity7/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

2 high-severity advisories on record for this package. Most advisories affect transitive dependencies and may not be exploitable in this server's actual usage β€” this is a directional signal, not a security audit.

Critical 1High 1Medium 0Low 0

Scanned 20d ago via OSV.dev Β· @modelcontextprotocol/inspector (npm)

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ› οΈ Other Tools and Integrations β†’Alternatives to MCP Obsidian β†’Install in Claude DesktopInstall in CursorInstall in VS Code