Smart Connections
Freeby MCP Community
MCP server for Smart Connections - semantic search for Obsidian vaults
v1.0.0Added Apr 12, 2026
obsidiansmart-connectionsembeddingssemantic-searchcli
Smart Connections MCP Server
MCP server for Smart Connections - semantic search for Obsidian vaults
Installation
npx -y @yejianye/smart-connections-mcp
Reviews
Installation
Quick install
npx -y @yejianye/smart-connections-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"smart-connections": {
"command": "npx",
"args": ["-y", "@yejianye/smart-connections-mcp"]
}
}
}