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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related productivity servers