obsidian-mcp-server MCP Server
shivamsharmxa/obsidian-mcp-server
An open-source MCP server that connects Claude.ai to your Obsidian vault — full CRUD, full-text search, backlinks, daily notes & frontmatter parsing. Built with TypeScript + MCP SDK. Contributions welcome!
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
shivamsharmxa/obsidian-mcp-server is a TypeScript MCP server licensed under MIT. An open-source MCP server that connects Claude.ai to your Obsidian vault — full CRUD, full-text search, backlinks, daily notes & frontmatter parsing. Built with TypeScript + MCP SDK. Contributions welcome!
Ranked #16 out of 100 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 2d ago → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# obsidian-mcp-server A production-grade **Model Context Protocol (MCP) server** that connects [Claude.ai](https://claude.ai) to your local [Obsidian](https://obsidian.md) vault. Gives Claude full CRUD access to your notes, full-text fuzzy search, backlink resolution, frontmatter parsing, and daily note creation — all over the secure stdio transport. --- ## Prerequisites - **Node.js** ≥ 20.0.0 - **npm** ≥ 9.0.0 - An existing [Obsidian](https://obsidian.md) vault on your local filesystem - [Claude Desktop](https://claude.ai/download) (macOS, Windows, or Linux) --- ## Installation ### Option A — Clone & build locally ```bash git clone https://github.com/yourusername/obsidian-mcp-server.git cd obsidian-mcp-server npm install npm run build ``` ### Option B — Install globally via npm *(once published)* ```bash npm install -g obsidian-mcp-server ``` ### Configure the vault path ```bash cp .env.example .env # Edit .env and set OBSIDIAN_VAULT_PATH to your vault directory ``` Or paRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.