★ 8 stars
TypeScript
🤖 AI/LLM
Updated 12d ago
An open-source MCP server that connects Claude.ai to your Obsidian vault — full CRUD, full-text search, backlinks, daily notes & frontmatter parsing. Built with TypeScript + MCP SDK. Contributions welcome!
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"shivamsharmxa/obsidian-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add obsidian-mcp-server npx -y shivamsharmxa/obsidian-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "npx",
"args": [
"-y",
"shivamsharmxa/obsidian-mcp-server"
]
}
}
}
📋 Copy