Stay Updated
Subscribe to our newsletter for the latest news and updates about MCP servers
Subscribe to our newsletter for the latest news and updates about MCP servers
Directly interact with knowledge stored in Obsidian vaults
MCP Obsidian is a Model Context Protocol server developed by Smithery AI that creates a secure connection between AI assistants (particularly Claude) and Obsidian vaults. As part of the emerging MCP ecosystem, this server implements standardized protocols for AI systems to interact with external tools and resources while maintaining strict security boundaries.
The server acts as a broker that enables AI assistants to access, search, and manipulate notes within Obsidian without requiring direct file system access. This allows for powerful knowledge management workflows where AI can reference, organize, and enhance your personal knowledge base.
Vault Access Management
Content Operations
Advanced Search Capabilities
Metadata Management
Security Focus
Personal Knowledge Enhancement
Content Creation Acceleration
Knowledge Organization
Research Assistance
Core Utilities
Integration Components
Development Tools
3/5 - Moderate complexity requiring basic configuration but with clear documentation
Settings > Community Plugins > Browse > "Local REST API"
npx -y @smithery/cli@latest install obsidian-mcp --client claude
# On macOS
nano ~/Library/Application\ Support/Claude/claude_desktop_config.json
# On Windows
notepad %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": ["-y", "@smithery/obsidian-mcp"],
"env": {
"OBSIDIAN_API_KEY": "your_api_key_here",
"OBSIDIAN_PORT": "27124",
"VAULT_PATH": "/path/to/your/obsidian/vault"
}
}
}
}
{
"ai.mcpServers": {
"obsidian-mcp": {
"command": "npx",
"args": ["-y", "@smithery/obsidian-mcp"],
"env": {
"OBSIDIAN_API_KEY": "your_api_key_here",
"OBSIDIAN_PORT": "27124",
"VAULT_PATH": "/path/to/your/obsidian/vault"
}
}
}
}