drio
Open app

Obsidian MCP

Source

This project implements a Model Context Protocol (MCP) server for connecting AI models with Obsidian knowledge bases. Through this server, AI models can directly access and manipulate Obsidian notes, including reading, creating, updating, and deleting notes, as well as managing folder structures.

Catalog onlyCatalog onlySTDIO

Overview

Obsidian MCP is a Model Context Protocol (MCP) server that connects AI models with Obsidian knowledge bases, allowing AI models to access and manipulate notes directly.

To use Obsidian MCP, ensure that Obsidian is running with the Local REST API plugin installed, then start the MCP server and interact with it through standard input/output.

  • Seamless integration with Obsidian knowledge bases - Support for reading, creating, updating, and deleting notes - Folder management capabilities (create, rename, move, delete) - Full-text search functionality - Compliance with Model Context Protocol standards
  1. Automating note-taking processes with AI assistance
  2. Enhancing knowledge management through AI-driven insights
  3. Integrating AI models for personalized learning experiences

Add to your AI client

Use these steps to connect Obsidian MCP in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "obsidian-mcp-newtype-01": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "obsidian-mcp-newtype-01": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "obsidian-mcp-newtype-01": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "obsidian-mcp-newtype-01": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "obsidian-mcp-newtype-01": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "obsidian-mcp-newtype-01": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-obsidian-mcp-newtype-01"
      ]
    }
  }
}

FAQ

What are the prerequisites for using Obsidian MCP?

You need Node.js (v16 or higher), the Obsidian desktop application, and the Obsidian Local REST API plugin installed.

Is there a testing feature available?

Yes! The project includes a test script to validate server functionality.

How can I contribute to the project?

Contributions are welcome through Pull Requests and Issues.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2714,"uuid":"bee2db92-70f9-4884-8e9b-c3ce397eea0b","name":"obsidian-mcp","title":"Obsidian MCP","description":"This project implements a Model Context Protocol (MCP) server for connecting AI models with Obsidian knowledge bases. Through this server, AI models can directly access and manipulate Obsidian notes, including reading, creating, updating, and deleting notes, as well as managing folder structures.","avatar_url":null,"created_at":"2025-03-13T10:44:08.764Z","updated_at":"2025-03-13T10:44:17.997Z","status":"created","author_name":"newtype-01","author_avatar_url":null,"tags":"obsidian,mcp,ai-integration","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/newtype-01/obsidian-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":"bdc8d5d7-2e59-4170-a4cb-79a3c4c7f245","tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]