hubnote-mcp-server

wlzerd/hubnote-mcp-server
★ 0 stars TypeScript 📦 Other Updated today
hubnote MCP를 위한 공개 레포입니다
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hubnote-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "wlzerd/hubnote-mcp-server"
      ]
    }
  }
}