Obsidian Vault MCP
Rank #2,682io.github.luffysolution-svg/obsidian-vault-mcp
Local Zotero, MinerU, Obsidian literature workflow with transactional Analysis notes.
Obsidian Vault MCP is a Model Context Protocol (MCP) server published by luffysolution-svg. It ranks #2,682 of 115,460 servers tracked on MCP Toplist, and its repository has 80 GitHub stars. Obsidian Vault MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on May 29, 2026 and most recently updated on Aug 11, 2026.
Ranks ahead of 112,778 of 115,460 servers on MCP Toplist.
Use Obsidian Vault MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add obsidian-vault-mcp -e "OBSIDIAN_VAULT_PATH=<your OBSIDIAN_VAULT_PATH>" -- uvx zotero-obsidian-mcp serve --transport stdioReplace each placeholder with your own value before saving.
[mcp_servers.obsidian-vault-mcp]
command = "uvx"
args = ["zotero-obsidian-mcp", "serve", "--transport", "stdio"]
[mcp_servers.obsidian-vault-mcp.env]
OBSIDIAN_VAULT_PATH = "<your OBSIDIAN_VAULT_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-vault-mcp": {
"command": "uvx",
"args": [
"zotero-obsidian-mcp",
"serve",
"--transport",
"stdio"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<your OBSIDIAN_VAULT_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-vault-mcp": {
"command": "uvx",
"args": [
"zotero-obsidian-mcp",
"serve",
"--transport",
"stdio"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<your OBSIDIAN_VAULT_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"obsidian-vault-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"zotero-obsidian-mcp",
"serve",
"--transport",
"stdio"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<your OBSIDIAN_VAULT_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-vault-mcp": {
"command": "uvx",
"args": [
"zotero-obsidian-mcp",
"serve",
"--transport",
"stdio"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<your OBSIDIAN_VAULT_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"obsidian-vault-mcp": {
"command": "uvx",
"args": [
"zotero-obsidian-mcp",
"serve",
"--transport",
"stdio"
],
"env": {
"OBSIDIAN_VAULT_PATH": "<your OBSIDIAN_VAULT_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.luffysolution-svg%2Fobsidian-vault-mcp)<a href="https://mcptoplist.com/server/io.github.luffysolution-svg%2Fobsidian-vault-mcp"><img src="https://mcptoplist.com/badge/io.github.luffysolution-svg%2Fobsidian-vault-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
luffysolution-svg
Available versions (3)
| Version | Published |
|---|---|
| 3.0.2 | Aug 11, 2026 |
| 3.0.1 | Jul 30, 2026 |
| 3.0.0 | Jul 30, 2026 |
Frequently asked questions
- Who maintains Obsidian Vault MCP?
- Obsidian Vault MCP is maintained by luffysolution-svg, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Obsidian Vault MCP listed on the Official MCP Registry?
- Yes — Obsidian Vault MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Obsidian Vault MCP have?
- MCP Toplist tracks 3 versions of Obsidian Vault MCP, most recently published on Aug 11, 2026.
- Where can I find the source code for Obsidian Vault MCP?
- The source code for Obsidian Vault MCP is hosted at github.com/luffysolution-svg/obsidian-vault-mcp.