obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults

Built by u/One-Classroom-9261, obsidian-mcp is an MCP server that gives Claude graph-aware access to your Obsidian vault. Unlike most integrations that only expose read_file and write_file — which forces the model to make ~50 read calls to answer a simple connection question and fills your context window — this server exposes the vault's graph structure directly.
Key Tools
get_note— returns content + backlinks + forward links + tags + frontmatter in a single calltraverse_graph— walk N hops out from a notequery_dataview— run DQL (Dataview Query Language) directlymove_note— rename + rewrite every incoming wiki-link so the graph survivescreate_notes— batch-scaffold a Map of Content (MOC) plus topical notes in one shot
Total: 25 tools. Compatible with Claude Desktop, Claude Code, Cursor, Cline, Continue, and Zed.
Setup
If you already have the Local REST API plugin installed in Obsidian, setup takes about 60 seconds. The project is MIT licensed, runs locally, and nothing leaves your machine.
The author built it in ~24 hours, notes there are rough edges, and welcomes feedback.
📖 Read the full source: r/ClaudeAI
👀 See Also

Reframe slash command for Claude Code applies cognitive science technique to problem-solving
A developer created a /reframe slash command for Claude Code that implements a cognitive science technique called distance-engagement oscillation. The approach was tested across three open-weight LLMs with 50 problems and consistently outperformed other methods.

Free Library of 789 Downloadable Skills for Claude Code
clskills.in is a searchable hub offering 789 downloadable .md skill files for Claude Code across 60+ categories including enterprise platforms, programming languages, and DevOps tools. Each download includes a README and auto-install prompt.

Claude-Code v2.1.111 adds Opus 4.7 xhigh effort, /ultrareview, and PowerShell tool
Claude-Code v2.1.111 introduces the Opus 4.7 xhigh effort level between high and max, adds the /ultrareview command for cloud-based multi-agent code reviews, and begins rolling out PowerShell tool support on Windows. The update also includes interactive /effort controls, auto theme matching, and numerous bug fixes.

Skill Studio: Open-Source Desktop App for Managing Claude AI Agent Skills
Skill Studio is a free, open-source macOS desktop app that lets developers browse community skill repositories, preview documentation with markdown rendering, and install skills with one-click commands like npx skills add.