MCP Directory
Back

obsidian-claude-code-mcp

by iansinnott · TypeScript · ★ 311

Connect Claude Code and other AI tools to your Obsidian notes using Model Context Protocol (MCP)

Install

npx -y github:iansinnott/obsidian-claude-code-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "obsidian-claude-code-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:iansinnott/obsidian-claude-code-mcp"
      ]
    }
  }
}

From the README

An Obsidian plugin that implements an MCP (Model Context Protocol) server to enable Claude Code integration with Obsidian vaults. This plugin allows Claude Code and other MCP clients (like Claude Desktop) to interact with your Obsidian vault, providing AI-powered assistance with direct access to your notes and files. - **Dual Transport MCP Server**: Supports both WebSocket (for Claude Code) and HTTP/SSE (for Claude Desktop) - **Auto-Discovery**: Claude Code automatically finds and connects to your vault - **File Operations**: Read and write vault files through MCP protocol - **Worksp…
Read full README on GitHub →

Related productivity servers