Obsidian Sync MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 355 installs a week from npm. Last commit 2 Aug 2026.
Give AI agents access to your Obsidian vault via local files or Self-hosted LiveSync.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add obsidian-sync-mcp -- npx -y obsidian-sync-mcp
{
"mcpServers": {
"obsidian-sync-mcp": {
"args": [
"-y",
"obsidian-sync-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.obsidian-sync-mcp]
command = "npx"
args = ["-y", "obsidian-sync-mcp"]
{
"mcpServers": {
"obsidian-sync-mcp": {
"args": [
"-y",
"obsidian-sync-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"obsidian-sync-mcp": {
"args": [
"-y",
"obsidian-sync-mcp"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.