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
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/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@louis030195/mcp-obsidian"],
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
}
}
}
Claude Code:
claude mcp add obsidian "npx -y @louis030195/mcp-obsidian" -s user -e OBSIDIAN_API_KEY="your-api-key-here"
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
That's it! Your AI can now search and read your Obsidian notes.
Cursor: Add to settings (Cmd+Shift+P โ "Preferences: Open User Settings (JSON)"):
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": ["-y", "@louis030195/mcp-obsidian"],
"env": {
"OBSIDIAN_API_KEY": "your-api-key-here"
}
}
}
}
Obsidian not connecting?
Need help?
Made with โค๏ธ for the Obsidian community
Install via CLI
npx mdskills install louis030195/easy-obsidian-mcpObsidian MCP Server is a free, open-source AI agent skill. 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
Install Obsidian MCP Server with a single command:
npx mdskills install louis030195/easy-obsidian-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
Obsidian MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.