HomeOther › HackMD

HackMD

A Model Context Protocol server for integrating HackMD's note-taking platform with AI assistants.

TypeScript Cloud
★ 67 stars Last pushed 2026-07-13 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.5.7)

npx -y hackmd-mcp@1.5.7

Or add to your MCP client config:

{
  "mcpServers": {
    "hackmd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hackmd-mcp@1.5.7"
      ],
      "env": {
        "HACKMD_API_TOKEN": "<YOUR_VALUE>",
        "HACKMD_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • HACKMD_API_TOKEN required secret — Your HackMD API token for API authentication
  • HACKMD_API_URL — Optional HackMD API URL, defaults to https://api.hackmd.io/v1

Package (oci)

docker run -i --rm ghcr.io/yuna0x0/hackmd-mcp:1.5.7

Or add to your MCP client config:

{
  "mcpServers": {
    "hackmd-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yuna0x0/hackmd-mcp:1.5.7"
      ],
      "env": {
        "HACKMD_API_TOKEN": "<YOUR_VALUE>",
        "HACKMD_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • HACKMD_API_TOKEN required secret — Your HackMD API token for API authentication
  • HACKMD_API_URL — Optional HackMD API URL, defaults to https://api.hackmd.io/v1

Package (mcpb)

Package: mcpb https://github.com/yuna0x0/hackmd-mcp/releases/download/v1.5.7/hackmd-mcp-1.5.7.mcpb

  • HACKMD_API_TOKEN required secret — Your HackMD API token for API authentication
  • HACKMD_API_URL — Optional HackMD API URL, defaults to https://api.hackmd.io/v1

This repository has 2 servers listed in the Official MCP Registry.

Other names: ai.smithery/yuna0x0-hackmd-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry