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

Open-source Claude Code skill /unzuck curates social media feeds into dashboard
A free, open-source Claude Code skill called /unzuck scans feeds across Hacker News, Reddit, LinkedIn, YouTube, Twitter/X, Instagram, and Facebook in parallel using browser automation, scores items against user interest profiles, and generates interactive HTML dashboards.

SpruceChat Runs 0.5B LLM On-Device on Miyoo Handhelds via llama.cpp
SpruceChat runs Qwen2.5-0.5B entirely on-device on handheld gaming devices using llama.cpp, with no cloud or WiFi required. On a Miyoo A30 (Cortex-A7 quad-core), it loads in ~60 seconds and generates at ~1-2 tokens/second.

Integrating Local LLM Agents with ComfyUI for Natural Language Batch Image Generation
A developer shares how they wired their local OpenClaw agent to ComfyUI, enabling natural language commands for batch image generation workflows. The integration uses a custom agent skill that maps English requests to ComfyUI workflow JSON and handles API communication.

A 4-tier knowledge base architecture to improve AI agent accuracy
A developer built a structured knowledge base with 200+ articles to provide domain-specific context to AI agents, implementing a 4-tier pipeline with query classification that cut token costs by ~40%.