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.

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

Fetch the live tool list by running this server in a temporary sandbox using the button above.

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