Obsidian MCP (Model Context Protocol) Server
MCP Serverby newtype-01 · Added 5mo ago
Claude
29
Install
git clone https://github.com/newtype-01/obsidian-mcpAdd to Claude
claude mcp add obsidian-mcp-model-context-protocol-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"obsidian-mcp-model-context-protocol-serv": {
"command": "npx",
"args": [
"@modelcontextprotocol/obsidian-mcp-model-context-protocol-serv"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
MCP server for interacting with Obsidian knowledge bases through the Model Context Protocol. Requires Obsidian Local REST API plugin and access to an Obsidian vault path configured via environment variables.
Tags
ai-mlmcp-serverobsidianmodel-context-protocolknowledge-basenotesmarkdownapi