MCP Directory
Back

obsidian-mcp-macros

by ianyimi · TypeScript · ★ 1

custom local obsidian mcp server using modelcontextprotocol/sdk & custom user written js scripts

Install

npx -y github:ianyimi/obsidian-mcp-macros

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "obsidian-mcp-macros": {
      "command": "npx",
      "args": [
        "-y",
        "github:ianyimi/obsidian-mcp-macros"
      ]
    }
  }
}

From the README

This is a sample plugin for Obsidian (https://obsidian.md). This project uses TypeScript to provide type checking and documentation. The repo depends on the latest plugin API (obsidian.d.ts) in TypeScript Definition format, which contains TSDoc comments describing what it does. This sample plugin demonstrates some of the basic functionality the plugin API can do. - Adds a ribbon icon, which shows a Notice when clicked. - Adds a command "Open Sample Modal" which opens a Modal. - Adds a plugin setting tab to the settings page. - Registers a global click event and output 'click' to the console.…
Read full README on GitHub →

Related productivity servers