Share:
About
Search notes across a local Obsidian vault, read markdown files with frontmatter parsed, create and update notes, and follow backlinks. Works with the Local REST API community plugin. Ideal for personal knowledge assistants and journaling agents.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Install Obsidian MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-obsidian"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"obsidian": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-obsidian"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"obsidian": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-obsidian"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.