Skip to main content
Other Tools and IntegrationsTypeScript

yuna0x0/hackmd-mcp

Allows AI models to interact with [HackMD](https://hackmd.io)

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/yuna0x0/hackmd-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "hackmd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "yuna0x0/hackmd-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
yuna0x0