Obsidian Vault MCP v2.1.0
Highlights
- Adds seven model-independent literature tools for precise paper reading, structured analysis, uncertainty review, index rebuilding, and scoped retrieval. The MCP surface now contains 33 tools.
- Improves MinerU normalization with traceable evidence spans, formal image assets, coverage checks, and verification of missing or ambiguous content.
- Ships the native
obsidian-literaturemarketplace plugin for Codex Desktop/CLI and Claude Code, including nine literature Skills and a dedicated Codex App icon. - Keeps platform-appropriate adapters for OpenCode, Pi, Hermes, and WorkBuddy.
- Adds deterministic wheel, sdist, and 15-file plugin bundle verification, cross-platform CI, credential/path scanning, and production installation tests.
Install
pipx install "zotero-obsidian-mcp==2.1.0"
# or
uv tool install "zotero-obsidian-mcp==2.1.0"Install the native plugin after the Python tool is available on the client startup PATH:
obsidian-vault-mcp agent install codex
# or
obsidian-vault-mcp agent install claudeCodex and Claude users upgrading from the legacy project .mcp.json layout should use the native plugin commands above and restart the desktop/CLI client.
Validation
- Ruff: passed
- Python: 206 tests and 11 subtests passed
- Pi TypeScript extension: passed
tsc --noEmit - Plugin Creator and Claude strict validators: passed
- Wheel isolated install, MCP handshake, wheel/sdist/plugin bundle verification, and real Zotero → MinerU → Obsidian acceptance: passed
Full changelog: v2.0.1...v2.1.0