Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": [
"@markuspfundstein/mcp-obsidian",
"--vault-path",
"${OBSIDIAN_VAULT_PATH}"
],
"env": {
"OBSIDIAN_VAULT_PATH": "${HOME}/.obsidian/vaults/main"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OBSIDIAN_VAULT_PATH=${HOME}/.obsidian/vaults/mainnpx claudepluginhub jobrien127/plugin-marketplace --plugin vault-wiki