Obsidian Turbocharged — comprehensive, model-agnostic, agent-ready Obsidian MCP server. Multi-vault native. Pluggable embeddings. Polyglot architecture (TypeScript + Rust). Apache 2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-tc": {
"command": "npx",
"args": [
"-y",
"The-40-Thieves/obsidian-tc"
]
}
}
}
Run in terminal:
claude mcp add obsidian-tc npx -y The-40-Thieves/obsidian-tc
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-tc": {
"command": "npx",
"args": [
"-y",
"The-40-Thieves/obsidian-tc"
]
}
}
}