MCP.so
Sign In

Obsidian MCP Lite

@yokarilight

About Obsidian MCP Lite

A TypeScript-based MCP server for Obsidian, providing a simple interface to interact with Obsidian vaults.

Basic information

Category

Memory & Knowledge

Runtime

node

Transports

stdio

Publisher

yokarilight

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "obsidian-map-lite": {
      "command": "npx",
      "args": [
        "@modelcontextprotocol/inspector",
        "-e",
        "OBSIDIAN_API_KEY=your-api-key-here",
        "node",
        "dist/index.js"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Obsidian MCP Lite?

Obsidian MCP Lite is a TypeScript-based MCP server for Obsidian that provides a simple interface to interact with Obsidian vaults. It handles file operations, text search, and content modification via the Obsidian Local REST API plugin.

How to use Obsidian MCP Lite?

Install dependencies with pnpm install, build with `pnpm run

Comments

More Memory & Knowledge MCP servers