Productivity|AI / MLTypeScript
obsidian-claude-code-mcp
Connect Claude Code and other AI tools to your Obsidian notes using Model Context Protocol (MCP)
N/A rating (0 reviews)0 installs234 GitHub stars
ObsidianMCPClaude Code
This plugin allows Claude Code and other MCP clients to interact with your Obsidian vault, providing AI-powered assistance with direct access to your notes and files. It supports both WebSocket and HTTP/SSE transports, enabling seamless integration and file operations.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"obsidian-claude-code-mcp": {
"args": [
"-y",
"obsidian-claude-code-mcp"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.