Google PageRank for AI agents. 25,000+ tools indexed.

obsidian-mcp-for-claude-code MCP Server

yutasth/obsidian-mcp-for-claude-code

Score: 53.3 Rank #51 MCP Server
Are you the maintainer of yutasth/obsidian-mcp-for-claude-code? Claim this listing →

MCP server that lets Claude Code interact with Obsidian Vaults — Read, Edit, Write, Glob, Grep, LS via the official Obsidian CLI

Add AgentRank to Claude Code Discover and compare tools like yutasth/obsidian-mcp-for-claude-code — your AI finds the right one automatically
Get API Access →
claude mcp add agentrank -- npx -y agentrank-mcp-server

Overview

yutasth/obsidian-mcp-for-claude-code is a Rust MCP server licensed under MIT. MCP server that lets Claude Code interact with Obsidian Vaults — Read, Edit, Write, Glob, Grep, LS via the official Obsidian CLI Topics: claude-code, mcp, mcp-server, obsidian, rust.

Ranked #51 out of 116 indexed tools.

Actively maintained with commits in the last week.

Ecosystem

Rust MIT
claude-codemcpmcp-serverobsidianrust

Score Breakdown

StarsFreshnessIssue HealthContributorsDependents
Stars 15% 1

1 stars → early stage

Freshness 25% today

Last commit today → actively maintained

Issue Health 25% 50%

No issues filed → no history to score

Contributors 10% 1

1 contributor → solo project

Dependents 25% 0

No dependents → no downstream usage

npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT

Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →

How to Improve

Description low impact

Expand your description to 150+ characters for better discoverability

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge all embed codes →

AgentRank score for yutasth/obsidian-mcp-for-claude-code
[![AgentRank](https://agentrank-ai.com/api/badge/tool/yutasth--obsidian-mcp-for-claude-code)](https://agentrank-ai.com/tool/yutasth--obsidian-mcp-for-claude-code/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/tool/yutasth--obsidian-mcp-for-claude-code/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/tool/yutasth--obsidian-mcp-for-claude-code" alt="AgentRank"></a>

Embed Widget docs →

Embed a rich score widget on your site or blog.

<script src="https://agentrank-ai.com/embed.js" data-tool="yutasth/obsidian-mcp-for-claude-code"></script>

Matched Queries

"mcp server""mcp-server"

From the README

# obsidian-mcp-for-claude-code

[English](README.en.md)

Claude Code から Obsidian Vault をファイルシステムのように扱える MCP サーバー。

Claude Code の組み込みツール(Read, Edit, Write, Glob, Grep)と同じ感覚で Obsidian Vault を操作できる。Vault へのアクセスは [Obsidian 公式 CLI](https://obsidian.md/help/cli) を経由するため、Obsidian のインデックスやリンク管理と整合性が保たれる。

## 使用例

### Obsidian 専用エージェントとして使う

Claude Code の組み込みツール(Read, Edit, Write, Bash 等)を deny にし、この MCP だけを許可することで、Obsidian Vault のみを操作するサンドボックス化されたエージェントを作れる:

```jsonc
// .claude/settings.json
{
  "permissions": {
    "deny": ["Read", "Edit", "Write", "Bash", "Glob", "Grep"]
    // MCP の read/write/edit 等のツールは MCP 経由で自動的に利用可能
  }
}
```

CLAUDE.md に以下のように記載すれば、Claude Code が組み込みツールの代わりに MCP ツールを使うようになる:

```markdown
# CLAUDE.md

Obsidian Vault の操作には組み込みツールではなく、同名の MCP ツールを使うこと。
これらは組み込みツールやシェルコマンドに対応する操作を Vault 上で提供する:

| 組み込みツール / コマンド | MCP ツール |
|---|---|
| Read | mcp__obsidian__Read |
| Write | mcp__obsidian__Write |
| Edit | mcp__obsidian__Edit |
| Glob | mcp__obsidian__Glob |
| Grep | mcp__
Read full README on GitHub →

Get the weekly AgentRank digest

Top movers, new tools, ecosystem insights — straight to your inbox.