Obsidian MCP Server
Allows AI assistants to search, read, and analyze notes in an Obsidian vault, including executing Dataview queries.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Obsidian MCP ServerSearch my notes for machine learning"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Obsidian MCP Server
Connect Claude, ChatGPT, and other AI assistants to your Obsidian vault.
π Support This Project
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! π
Quick Start
1. Install in your AI app
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"2. Enable Obsidian API (Optional - for full features)
Open Obsidian β Settings β Community plugins
Turn off Restricted mode β Search "Local REST API" β Install & Enable
Copy the API key and add to your config:
"env": { "OBSIDIAN_API_KEY": "your-api-key-here" }
That's it! Your AI can now search and read your Obsidian notes.
Related MCP server: Obsidian MCP Server
Other AI Apps
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"
}
}
}
}What It Can Do
Search all your notes
Find notes even with typos
Analyze connections between notes
Execute Dataview queries
Read specific notes
List files and folders
Example Questions
"Search my notes for machine learning"
"Find all notes I created this week"
"What meetings did I have last month?"
"Show me orphaned notes"
Troubleshooting
Obsidian not connecting?
Make sure Obsidian is running
Check Local REST API plugin is enabled
Verify your API key is correct
Need help?
Made with β€οΈ for the Obsidian community
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides a standardized interface for AI assistants to interact with Obsidian vaults through a local REST API, enabling reading, writing, searching, and managing notes.65MIT
- Alicense-qualityDmaintenanceAllows AI models to interact with Obsidian notes through the Local REST API, enabling creation, reading, updating, searching of notes, and Git-based automatic backups.6,1041MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Obsidian notes via local REST API, supporting file CRUD, search, commands, and periodic notes.6,1047Apache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to manage Obsidian vaults via the local REST API, supporting CRUD operations, batch processing, templates, and vault analytics.MIT
Related MCP Connectors
Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analyβ¦
Search your Obsidian vault to quickly find notes by title or keyword, summarize related content, aβ¦
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/louis030195/easy-obsidian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server