Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub luffysolution-svg/obsidian-vault-mcpCopy 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=obsidianShare bugs, ideas, or general feedback.