Connect Claude, ChatGPT, and other AI assistants to your Obsidian vault. If you find this MCP server useful, please consider supporting its development! ๐ Click here to support this project Your support helps maintain and improve this tool. Thank you! ๐ Claude Desktop: Add to ~/Library/Application Support/Claude/claudedesktopconfig.json (Mac) or %APPDATA%\Claude\claudedesktopconfig.json (Windows
Add this skill
npx mdskills install louis030195/easy-obsidian-mcpWell-documented MCP server enabling AI assistants to search and read Obsidian vaults with clear setup
1# Obsidian MCP Server23<img width="1495" height="429" alt="image" src="https://github.com/user-attachments/assets/ed3f9f26-ddbd-4baf-8fce-34b44cc3c30f" />456Connect Claude, ChatGPT, and other AI assistants to your Obsidian vault.78---910<div align="center">1112### ๐ Support This Project1314**If you find this MCP server useful, please consider supporting its development!**1516[](https://buy.stripe.com/fZu8wP2n7a34fix2LKgA800)1718[**๐ Click here to support this project**](https://buy.stripe.com/fZu8wP2n7a34fix2LKgA800)1920*Your support helps maintain and improve this tool. Thank you!* ๐2122</div>2324---2526## Quick Start2728### 1. Install in your AI app2930**Claude Desktop:**31Add to `~/Library/Application Support/Claude/claude_desktop_config.json` (Mac) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):32```json33{34 "mcpServers": {35 "obsidian": {36 "command": "npx",37 "args": ["-y", "@louis030195/mcp-obsidian"],38 "env": {39 "OBSIDIAN_API_KEY": "your-api-key-here"40 }41 }42 }43}44```4546**Claude Code:**47```bash48claude mcp add obsidian "npx -y @louis030195/mcp-obsidian" -s user -e OBSIDIAN_API_KEY="your-api-key-here"49```5051### 2. Enable Obsidian API (Optional - for full features)52- Open Obsidian โ Settings โ Community plugins53- Turn off Restricted mode โ Search "Local REST API" โ Install & Enable54- Copy the API key and add to your config:55 ```json56 "env": {57 "OBSIDIAN_API_KEY": "your-api-key-here"58 }59 ```6061That's it! Your AI can now search and read your Obsidian notes.6263## Other AI Apps6465**Cursor:** Add to settings (Cmd+Shift+P โ "Preferences: Open User Settings (JSON)"):66```json67{68 "mcpServers": {69 "obsidian": {70 "command": "npx",71 "args": ["-y", "@louis030195/mcp-obsidian"],72 "env": {73 "OBSIDIAN_API_KEY": "your-api-key-here"74 }75 }76 }77}78```7980## What It Can Do8182- Search all your notes83- Find notes even with typos84- Analyze connections between notes85- Execute Dataview queries86- Read specific notes87- List files and folders8889## Example Questions9091- "Search my notes for machine learning"92- "Find all notes I created this week"93- "What meetings did I have last month?"94- "Show me orphaned notes"9596## Troubleshooting9798**Obsidian not connecting?**99- Make sure Obsidian is running100- Check Local REST API plugin is enabled101- Verify your API key is correct102103**Need help?**104- [GitHub Issues](https://github.com/louis030195/easy-obsidian-mcp/issues)105- [Support this project](https://buy.stripe.com/fZu8wP2n7a34fix2LKgA800)106107---108109Made with โค๏ธ for the Obsidian community110
Full transparency โ inspect the skill content before installing.