Obsidian MCP
About
Interact with your Obsidian vault using the Model Context Protocol, enabling AI assistants to read, write, and manipulate notes.
Details
- Author
- takuya0206
- Categories
- Productivity, Other
Jump to
Setup
Install Obsidian MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/takuya0206/obsidian-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Obsidian MCP is a tool that allows you to interact with your Obsidian vault using the Model Context Protocol. This enables AI assistants to read, write, and manipulate notes in your Obsidian vault through a standardized interface.
- Node.js 18 or higher
- Obsidian withLocal REST API plugininstalled and configured
- API key generated from the Local REST API plugin
Setting MCP Server (e.g. Claude Desktop App)
Configure Claude Desktop App to use this MCP server:
{ "mcpServers": { "Obsidian": { "command": "node", "args": ["/Users/<Your Own Path>/obsisian-mcp/build/index.js"], "env": { "apiKey": "<Your API Token>", "port": "27123", "host": "127.0.0.1" } } } }
Create.envand configure "apiKey", "port", and "host" as mentioned above.
-
readNote- Read the contents of a specific note
{ "path": "path/to/note.md" }
readActiveNote- Read the contents of the current active note
listNotes- Recursively lists files and folders in the entire Vault or under a specified folder
{ "path": "optional/folder/path" }
patchNote- Inserts content into an existing note relative to a heading, block reference, or frontmatter field
{ "path": "path/to/note.md", "operation": "append|prepend|replace", "targetType": "heading|block|frontmatter", "target": "target_identifier", "content": "content to insert" }
searchWithJsonLogic- Search Obsidian notes using JsonLogic format queries
{ "query": { // JsonLogic query object } }
Create notes, search, & think with your Fabric AI workspace
MCP server to interact with Routine: calendars, tasks, notes, etc.
From the creators of Wunderlist — the all-in-one task management app for to-do lists, notes, and projects. AI-powered productivity that replaces 5 apps.
Interact with markdown notes in a personal knowledge vault, such as Obsidian.
Multi-device file sync, dev-doc CRUD, task management, and session handoffs for AI agents - MCP + OpenAPI dual surface.
Portable, cloud-hosted AI memory you own - structured memories, tasks, goals, and notes that work across Claude, ChatGPT, Gemini, and any MCP client.
Interact with your Anytype data through its API, enabling AI assistants to access your information.
Access and manage your library on Apple Books.
Integrate with Apple's native apps like Contacts, Notes, Messages, and Mail.
Interact with Apple Notes using natural language on macOS.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




