- Obsidian Mcp For Claude.ai (web)
Obsidian Mcp For Claude.ai (web)
What is Obsidian MCP for Claude.ai?
Obsidian MCP for Claude.ai is an enhanced server that integrates the Model Context Protocol (MCP) with Claude.ai, allowing AI agents to interact with your Obsidian vault for reading, writing, and managing notes and files.
How to use Obsidian MCP for Claude.ai?
To use this server, set up the Obsidian Local REST API plugin, configure your API key, and run the server. You can then access your vault remotely via Claude.ai using Tailscale for secure connections.
Key features of Obsidian MCP for Claude.ai?
- Claude.ai Remote Integration: Seamless connection with Claude.ai for advanced AI interactions.
- Tailscale Support: Secure remote access to your Obsidian vault without complex network configurations.
- Advanced Query Capabilities: Enhanced task and query systems for better management of notes and tasks.
Use cases of Obsidian MCP for Claude.ai?
- Automating note management and updates through AI.
- Integrating AI workflows with personal knowledge bases.
- Conducting advanced queries to analyze tasks and notes efficiently.
FAQ from Obsidian MCP for Claude.ai?
-
Can I access my vault from anywhere?
Yes, with Tailscale, you can securely access your vault remotely. -
Is it necessary to use Tailscale?
While Tailscale is recommended for secure access, you can also run the server locally without it. -
What kind of tasks can I automate?
You can automate reading, updating, and managing notes, as well as executing complex queries.
服务器配置
{
"mcpServers": {
"obsidian-mcp-server": {
"command": "node",
"args": [
"/path/to/your/obsidian-mcp-server-enhanced/dist/index.js"
],
"env": {
"OBSIDIAN_API_KEY": "YOUR_OBSIDIAN_API_KEY",
"OBSIDIAN_BASE_URL": "http://127.0.0.1:27123",
"OBSIDIAN_VERIFY_SSL": "false",
"OBSIDIAN_ENABLE_CACHE": "true"
}
}
}
}