O
Obsidian MCP Server
by @bazylhorsey
A server to connect local Obisdian instances and remote vaults with Desktop AI tools like Claude and ChatGPT Desktop
Created 10/16/2025
Updated about 2 months ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-obsidian-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"bazylhorsey-obsidian-mcp-server": {
"command": "npx",
"args": [
"bazylhorsey-obsidian-mcp-server"
]
}
}
}