Stats
Actions
Tags
From Obsidian Vault
Provides access to an Obsidian vault for reading, searching, and managing notes locally. Requires the vault path and optionally the Obsidian CLI command.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"obsidian-vault": {
"command": "C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python313\\python.exe",
"args": [
"F:\\化工设计比赛\\plugins\\obsidian-vault\\scripts\\obsidian_vault_mcp.py"
],
"env": {
"OBSIDIAN_VAULT_PATH": "auto",
"OBSIDIAN_CLI_COMMAND": "obsidian"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
C:\Users\Administrator\AppData\Local\Programs\Python\Python313\python.exeCommand-line arguments passed to the server process
Environment variables set when the server starts
OBSIDIAN_VAULT_PATH=autoOBSIDIAN_CLI_COMMAND=obsidiannpx claudepluginhub luffysolution-svg/obsidian-vault-mcp