obsidianMCP
Allows reading, searching, listing, creating, and updating notes in an Obsidian vault.
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., "@obsidianMCPsearch notes for 'weekly review'"
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
An MCP server that gives Claude access to your Obsidian vault — read, search, and write notes directly from a conversation.
Prerequisites
Node.js v20 or later
Related MCP server: obsidian-connector
Installation
git clone <repo-url>
cd obsidianMCP
npm install
npm run buildClaude Desktop configuration
Add the server to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"obsidian": {
"command": "node",
"args": ["/absolute/path/to/obsidianMCP/dist/index.js"],
"env": {
"OBSIDIAN_VAULT_PATH": "/absolute/path/to/your/vault"
}
}
}
}Restart Claude Desktop after saving the file.
Available tools
Tool | Description |
| List all |
| Return the full content of a note by its vault-relative path (e.g. |
| Case-insensitive full-text search. Returns the matching file path and a snippet (matched line ± 1 line of context) for each hit. |
| Create a new note. Fails if the file already exists. Intermediate directories are created automatically. |
| Overwrite an existing note with new content. Fails if the file does not exist. |
Security note
Keep OBSIDIAN_VAULT_PATH in the env block of your Claude Desktop config — never hard-code it in the source or commit it to version control. Add a .env file to .gitignore if you use one locally for development.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
MCP-native notes and memory for ChatGPT, Claude, and other AI tools.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables reading, writing, searching, and managing Obsidian vault notes through MCP tools and prompts, allowing AI agents to interact with local knowledge bases.-
- AlicenseAqualityAmaintenanceA local MCP connector that lets Claude read, write and search any Obsidian vault directly from disk.20MIT
- AlicenseNot gradedqualityAmaintenanceEnables Claude to read, search, and analyze your entire knowledge vault locally via MCP tools like search, drafting, and linting.3833MIT
- AlicenseNot gradedqualityBmaintenanceEnables semantic search and reading of Obsidian Markdown notes through read-only MCP tools, allowing Claude to retrieve relevant passages from a local vault.MIT
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/creschendo/obsidianMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server